Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h98 RawAbsoluteAxisInfo touchMajor; member
122 int32_t touchMajor; member
534 InputDeviceInfo::MotionRange touchMajor; member
DTouchInputMapper.cpp2070 float touchMajor, touchMinor, toolMajor, toolMinor, size; in cookPointerData() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1876 float touchMajor, float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords()
4771 MultiTouchInputMapper* mapper, int32_t touchMajor) { in processTouchMajor()
5487 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
5533 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.java3783 public float touchMajor; field in MotionEvent.PointerCoords