Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h767 RawAbsoluteAxisInfo toolMinor; member
790 int32_t toolMinor; member
1571 InputDeviceInfo::MotionRange toolMinor; member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1635 float touchMajor, float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords()
4464 MultiTouchInputMapper* mapper, int32_t toolMinor) { in processToolMinor()
5164 float toolMinor = float(rawToolMinor) * GEOMETRIC_SCALE; in TEST_F() local
5210 float toolMinor = float(rawToolMinor) * GEOMETRIC_SCALE; in TEST_F() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp57 jfieldID toolMinor; member
/frameworks/base/core/java/android/view/
DMotionEvent.java3578 public float toolMinor; field in MotionEvent.PointerCoords