Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputMapperTest.cpp223 float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords()
DCapturedTouchpadEventConverter_test.cpp161 const InputDeviceInfo::MotionRange* touchMinor = in TEST_F() local
DInputReader_test.cpp7825 int32_t touchMinor) { in processTouchMinor()
8567 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
8612 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java606 final float touchMinor = 10f; in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() local
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h459 std::optional<InputDeviceInfo::MotionRange> touchMinor; member
DTouchInputMapper.cpp2299 float touchMajor, touchMinor, toolMajor, toolMinor, size; in cookPointerData() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp56 jfieldID touchMinor; member
/frameworks/base/core/java/android/view/
DMotionEvent.java4322 public float touchMinor; field in MotionEvent.PointerCoords