/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchStateTest.java | 144 private MotionEvent createMotionEvent(int action, long eventTime, float x, float y) { in createMotionEvent() method in PipTouchStateTest
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
H A D | SwipeChipbarAwayGestureHandlerTest.kt | 91 private fun createMotionEvent(y: Float = 0f): MotionEvent { regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
H A D | DragDetectorTest.kt | 196 private fun createMotionEvent(action: Int, x: Float = X, y: Float = Y, isTouch: Boolean = true): regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/ |
H A D | BackPanelControllerTest.kt | 233 private fun createMotionEvent(action: Int, x: Float, y: Float): MotionEvent { regex
|
/aosp14/frameworks/base/tests/Input/src/com/android/test/input/ |
H A D | InputEventAssignerTest.kt | 30 fun createMotionEvent(action: Int, eventTime: Long, source: Int): MotionEvent { regex
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/ |
H A D | HandwritingInitiatorPerfTest.java | 212 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent() method in HandwritingInitiatorPerfTest
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | QuickSettingsControllerTest.java | 439 private static MotionEvent createMotionEvent(int x, int y, int action) { in createMotionEvent() method in QuickSettingsControllerTest
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputQueue.cpp | 172 MotionEvent* InputQueue::createMotionEvent() { in createMotionEvent() function in android::InputQueue
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutTest.java | 968 private static MotionEvent createMotionEvent(float x, float y) { in createMotionEvent() method in NotificationStackScrollLayoutTest
|