Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputMapperTest.cpp223 float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords()
DCapturedTouchpadEventConverter_test.cpp175 const InputDeviceInfo::MotionRange* toolMinor = in TEST_F() local
DInputReader_test.cpp7833 void MultiTouchInputMapperTest::processToolMinor(MultiTouchInputMapper& mapper, int32_t toolMinor) { in processToolMinor()
8565 float toolMinor = float(rawToolMinor) * GEOMETRIC_SCALE; in TEST_F() local
8610 float toolMinor = float(rawToolMinor) * GEOMETRIC_SCALE; in TEST_F() local
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h462 std::optional<InputDeviceInfo::MotionRange> toolMinor; member
DTouchInputMapper.cpp2299 float touchMajor, touchMinor, toolMajor, toolMinor, size; in cookPointerData() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp58 jfieldID toolMinor; member
/frameworks/base/core/java/android/view/
DMotionEvent.java4346 public float toolMinor; field in MotionEvent.PointerCoords