Home
last modified time | relevance | path

Searched defs:createMotionEvent (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipTouchStateTest.java144 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 DSwipeChipbarAwayGestureHandlerTest.kt91 private fun createMotionEvent(y: Float = 0f): MotionEvent { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DDragDetectorTest.kt196 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 DBackPanelControllerTest.kt233 private fun createMotionEvent(action: Int, x: Float, y: Float): MotionEvent { regex
/aosp14/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventAssignerTest.kt30 fun createMotionEvent(action: Int, eventTime: Long, source: Int): MotionEvent { regex
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DHandwritingInitiatorPerfTest.java212 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 DQuickSettingsControllerTest.java439 private static MotionEvent createMotionEvent(int x, int y, int action) { in createMotionEvent() method in QuickSettingsControllerTest
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp172 MotionEvent* InputQueue::createMotionEvent() { in createMotionEvent() function in android::InputQueue
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java968 private static MotionEvent createMotionEvent(float x, float y) { in createMotionEvent() method in NotificationStackScrollLayoutTest