Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMotionEventHelper.java39 public MotionEvent obtainMotionEvent(long downTime, long eventTime, int action, float x, in obtainMotionEvent() method in MotionEventHelper
H A DMagnificationModeSwitchTest.java585 private MotionEvent obtainMotionEvent(long downTime, long eventTime, int action, float x, in obtainMotionEvent() method in MagnificationModeSwitchTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
H A DSinglePointerTouchProcessorTest.kt669 private fun obtainMotionEvent( regex
691 private fun obtainMotionEvent( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsShell.kt165 private fun obtainMotionEvent( regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandlerTest.java263 private MotionEvent obtainMotionEvent(int action, int topLeft, int bottomRight) { in obtainMotionEvent() method in PipResizeGestureHandlerTest
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java463 private MotionEvent obtainMotionEvent(long downTime, long eventTime, int action, in obtainMotionEvent() method in MotionEventInjector
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptViewModelTest.kt760 private fun obtainMotionEvent(action: Int): MotionEvent = regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerTest.java558 private static MotionEvent obtainMotionEvent(int action, float x, float y, float minor, in obtainMotionEvent() method in UdfpsControllerTest