Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h764 RawAbsoluteAxisInfo touchMajor; member
787 int32_t touchMajor; member
1566 InputDeviceInfo::MotionRange touchMajor; member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1635 float touchMajor, float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords()
4449 MultiTouchInputMapper* mapper, int32_t touchMajor) { in processTouchMajor()
5165 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
5211 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp54 jfieldID touchMajor; member
/frameworks/base/core/java/android/view/
DMotionEvent.java3544 public float touchMajor; field in MotionEvent.PointerCoords