Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputMapperTest.cpp222 float pressure, float size, float touchMajor, in assertPointerCoords()
DCapturedTouchpadEventConverter_test.cpp154 const InputDeviceInfo::MotionRange* touchMajor = in TEST_F() local
DInputReader_test.cpp7820 int32_t touchMajor) { in processTouchMajor()
8566 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
8611 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java607 final float touchMajor = 20f; in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() local
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h458 std::optional<InputDeviceInfo::MotionRange> touchMajor; member
DTouchInputMapper.cpp2299 float touchMajor, touchMinor, toolMajor, toolMinor, size; in cookPointerData() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp55 jfieldID touchMajor; member
/frameworks/base/core/java/android/view/
DMotionEvent.java4312 public float touchMajor; field in MotionEvent.PointerCoords