Searched defs:touchMinor (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp55 jfieldID touchMinor; member in struct:android::__anon941
208 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMinor));
270 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMinor,
908 gPointerCoordsClassInfo.touchMinor = GetFieldIDOrDie(env, clazz, "touchMinor", "F");
/frameworks/base/core/java/android/view/
H A DMotionEvent.java613 * @see MotionEvent.PointerCoords#touchMinor
3458 public float touchMinor; field in class:MotionEvent.PointerCoords
3509 touchMinor = 0;
3539 touchMinor = other.touchMinor;
3567 return touchMinor;
3616 touchMinor = value;
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1466 float touchMajor, float touchMinor, float toolMajor, float toolMinor,
1473 ASSERT_NEAR(touchMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), 1);
3742 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
3818 MultiTouchInputMapper* mapper, int32_t touchMinor) {
3819 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MINOR, touchMinor);
4526 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; local
4546 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4572 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; local
4585 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0));
1464 assertPointerCoords(const PointerCoords& coords, float x, float y, float pressure, float size, float touchMajor, float touchMinor, float toolMajor, float toolMinor, float orientation, float distance) argument
3817 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1523 touchMinor.clear();
2899 info->addMotionRange(mOrientedRanges.touchMinor);
2976 "touchMajor=%d, touchMinor=%d, toolMajor=%d, toolMinor=%d, "
2980 pointer.touchMajor, pointer.touchMinor,
2994 "touchMajor=%0.3f, touchMinor=%0.3f, toolMajor=%0.3f, toolMinor=%0.3f, "
3222 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMinor, "TouchMinor");
3433 mOrientedRanges.touchMinor = mOrientedRanges.touchMajor;
3434 mOrientedRanges.touchMinor.axis = AMOTION_EVENT_AXIS_TOUCH_MINOR;
4684 float touchMajor, touchMinor, toolMajor, toolMinor, size; local
4692 touchMinor
[all...]
H A DInputReader.h799 RawAbsoluteAxisInfo touchMinor; member in struct:android::RawPointerAxes
822 int32_t touchMinor; member in struct:android::RawPointerData::Pointer
1589 InputDeviceInfo::MotionRange touchMinor; member in struct:android::TouchInputMapper::OrientedRanges

Completed in 1330 milliseconds