/frameworks/native/services/inputflinger/reader/mapper/accumulator/ |
D | MultiTouchMotionAccumulator.h | 37 inline int32_t getTouchMinor() const { in getTouchMinor() function
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | HardwareStateConverter.cpp | 100 fingerState.touch_minor = slot.getTouchMinor(); in produceHardwareState()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CapturedTouchpadEventConverter.cpp | 297 coords.setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR, slot.getTouchMinor()); in makePointerCoordsForSlot() 305 size = mHasTouchMinor ? (slot.getTouchMajor() + slot.getTouchMinor()) / 2 in makePointerCoordsForSlot()
|
D | MultiTouchInputMapper.cpp | 103 outPointer.touchMinor = inSlot.getTouchMinor(); in syncTouch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessor.kt | 143 val nativeMinor: Float = getTouchMinor(pointerIndex) / overlayParams.scaleFactor in normalize()
|
/frameworks/base/native/android/ |
D | input.cpp | 185 return static_cast<const MotionEvent*>(motion_event)->getTouchMinor(pointer_index); in AMotionEvent_getTouchMinor()
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 502 ASSERT_EQ(215, event->getTouchMinor(0)); in assertEqualsEventWithHistory() 503 ASSERT_EQ(225, event->getTouchMinor(1)); in assertEqualsEventWithHistory() 764 ASSERT_EQ(215 * 2, event.getTouchMinor(0)); in TEST_F()
|
D | InputPublisherAndConsumer_test.cpp | 170 EXPECT_EQ(pc.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), motionEvent.getTouchMinor(i)); in verifyArgsEqualToEvent()
|
D | InputPublisherAndConsumerNoResampling_test.cpp | 177 EXPECT_EQ(pc.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), motionEvent.getTouchMinor(i)); in verifyArgsEqualToEvent()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 2657 public final float getTouchMinor() { in getTouchMinor() method in MotionEvent 2842 public final float getTouchMinor(int pointerIndex) { in getTouchMinor() method in MotionEvent
|
/frameworks/native/include/input/ |
D | Input.h | 778 inline float getTouchMinor(size_t pointerIndex) const { in getTouchMinor() function
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 894 && (0F == event.getTouchMajor()) && (0F == event.getTouchMinor())
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32947 method public final float getTouchMinor(); 32948 method public final float getTouchMinor(int);
|
/frameworks/base/core/api/ |
D | current.txt | 51838 method public float getTouchMinor(); 51839 method public float getTouchMinor(int);
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16609 HSPLandroid/view/MotionEvent;->getTouchMinor()F
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16673 HSPLandroid/view/MotionEvent;->getTouchMinor()F
|