Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h36 RawAbsoluteAxisInfo touchMajor; member
60 int32_t touchMajor; member
484 InputDeviceInfo::MotionRange touchMajor; member
DTouchInputMapper.cpp2144 float touchMajor, touchMinor, toolMajor, toolMinor, size; in cookPointerData() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java568 final float touchMajor = 20f; in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp55 jfieldID touchMajor; member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3079 float size, float touchMajor, float touchMinor, float toolMajor, in assertPointerCoords()
7201 int32_t touchMajor) { in processTouchMajor()
7940 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
7985 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
/frameworks/base/core/java/android/view/
DMotionEvent.java4072 public float touchMajor; field in MotionEvent.PointerCoords