Home
last modified time | relevance | path

Searched defs:MotionEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DLongPressHandlingView.kt92 private fun MotionEvent.toModel(): LongPressHandlingViewInteractionHandler.MotionEventModel { in toModel() method
113 private fun MotionEvent.distanceMoved(): Float { in MotionEvent() method
121 private fun MotionEvent.gestureDuration(): Long { in gestureDuration() method
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.h25 class MotionEvent; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessor.kt126 private fun MotionEvent.normalize( in normalize() method
160 private fun MotionEvent.rotateToNaturalOrientation( in rotateToNaturalOrientation() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt712 private fun MotionEvent.copy( in copy() method
724 private fun MotionEvent.copy( in copy() method
/frameworks/base/core/java/android/view/
DMotionEvent.java185 public final class MotionEvent extends InputEvent implements Parcelable { class
1683 private MotionEvent() { in MotionEvent() method in MotionEvent