Home
last modified time | relevance | path

Searched defs:touchMinor (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h765 RawAbsoluteAxisInfo touchMinor; member
788 int32_t touchMinor; member
1567 InputDeviceInfo::MotionRange touchMinor; member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1635 float touchMajor, float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords()
4454 MultiTouchInputMapper* mapper, int32_t touchMinor) { in processTouchMinor()
5166 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
5212 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp55 jfieldID touchMinor; member
/frameworks/base/core/java/android/view/
DMotionEvent.java3554 public float touchMinor; field in MotionEvent.PointerCoords