Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h37 RawAbsoluteAxisInfo touchMinor; member
61 int32_t touchMinor; member
485 InputDeviceInfo::MotionRange touchMinor; member
DTouchInputMapper.cpp2144 float touchMajor, touchMinor, toolMajor, toolMinor, size; in cookPointerData() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java567 final float touchMinor = 10f; in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp56 jfieldID touchMinor; member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3079 float size, float touchMajor, float touchMinor, float toolMajor, in assertPointerCoords()
7206 int32_t touchMinor) { in processTouchMinor()
7941 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
7986 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
/frameworks/base/core/java/android/view/
DMotionEvent.java4082 public float touchMinor; field in MotionEvent.PointerCoords