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::__anon1132
208 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMinor));
270 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMinor,
893 gPointerCoordsClassInfo.touchMinor = GetFieldIDOrDie(env, clazz, "touchMinor", "F");
/frameworks/base/core/java/android/view/
H A DMotionEvent.java641 * @see MotionEvent.PointerCoords#touchMinor
3539 public float touchMinor; field in class:MotionEvent.PointerCoords
3590 touchMinor = 0;
3620 touchMinor = other.touchMinor;
3648 return touchMinor;
3697 touchMinor = value;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1582 touchMinor.clear();
2987 info->addMotionRange(mOrientedRanges.touchMinor);
3064 "touchMajor=%d, touchMinor=%d, toolMajor=%d, toolMinor=%d, "
3068 pointer.touchMajor, pointer.touchMinor,
3082 "touchMajor=%0.3f, touchMinor=%0.3f, toolMajor=%0.3f, toolMinor=%0.3f, "
3330 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMinor, "TouchMinor");
3555 mOrientedRanges.touchMinor = mOrientedRanges.touchMajor;
3556 mOrientedRanges.touchMinor.axis = AMOTION_EVENT_AXIS_TOUCH_MINOR;
4806 float touchMajor, touchMinor, toolMajor, toolMinor, size; local
4814 touchMinor
[all...]
H A DInputReader.h749 RawAbsoluteAxisInfo touchMinor; member in struct:android::RawPointerAxes
772 int32_t touchMinor; member in struct:android::RawPointerData::Pointer
1541 InputDeviceInfo::MotionRange touchMinor; member in struct:android::TouchInputMapper::OrientedRanges
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1502 float touchMajor, float touchMinor, float toolMajor, float toolMinor,
1509 ASSERT_NEAR(touchMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), 1);
4244 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
4320 MultiTouchInputMapper* mapper, int32_t touchMinor) {
4321 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MINOR, touchMinor);
5028 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; local
5048 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
5074 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; local
5087 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0));
1500 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
4319 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument

Completed in 3949 milliseconds