Searched defs:obtainMotionEvent (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | MotionEventHelper.java | 39 public MotionEvent obtainMotionEvent(long downTime, long eventTime, int action, float x, in obtainMotionEvent() method in MotionEventHelper
|
H A D | MagnificationModeSwitchTest.java | 585 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 D | SinglePointerTouchProcessorTest.kt | 669 private fun obtainMotionEvent( regex 691 private fun obtainMotionEvent( regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsShell.kt | 165 private fun obtainMotionEvent( regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipResizeGestureHandlerTest.java | 263 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 D | MotionEventInjector.java | 463 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 D | PromptViewModelTest.kt | 760 private fun obtainMotionEvent(action: Int): MotionEvent = regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerTest.java | 558 private static MotionEvent obtainMotionEvent(int action, float x, float y, float minor, in obtainMotionEvent() method in UdfpsControllerTest
|