Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h37 RawAbsoluteAxisInfo touchMinor; member
61 int32_t touchMinor; member
476 InputDeviceInfo::MotionRange touchMinor; member
DTouchInputMapper.cpp2099 float touchMajor, touchMinor, toolMajor, toolMinor, size; in cookPointerData() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp55 jfieldID touchMinor; member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2759 float size, float touchMajor, float touchMinor, float toolMajor, in assertPointerCoords()
6126 int32_t touchMinor) { in processTouchMinor()
6822 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
6867 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
/frameworks/base/core/java/android/view/
DMotionEvent.java3971 public float touchMinor; field in MotionEvent.PointerCoords