/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanelControllerTest.kt | 155 private fun createMotionEvent(action: Int, x: Float, y: Float): MotionEvent { in createMotionEvent() method in com.android.systemui.navigationbar.gestural.BackPanelControllerTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
D | SwipeChipbarAwayGestureHandlerTest.kt | 91 private fun createMotionEvent(y: Float = 0f): MotionEvent { in <lambda>() method in com.android.systemui.temporarydisplay.chipbar.SwipeChipbarAwayGestureHandlerTest
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
D | PipTouchStateTest.java | 144 private MotionEvent createMotionEvent(int action, long eventTime, float x, float y) { in createMotionEvent() method in PipTouchStateTest
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | DragDetectorTest.kt | 196 private fun createMotionEvent(action: Int, x: Float = X, y: Float = Y, isTouch: Boolean = true): in createMotionEvent() method in com.android.wm.shell.windowdecor.DragDetectorTest
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | InputEventAssignerTest.kt | 30 fun createMotionEvent(action: Int, eventTime: Long, source: Int): MotionEvent { in createMotionEvent() method
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | HandwritingInitiatorPerfTest.java | 211 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent() method in HandwritingInitiatorPerfTest
|
/frameworks/base/core/jni/ |
D | android_view_InputQueue.cpp | 172 MotionEvent* InputQueue::createMotionEvent() { in createMotionEvent() function in android::InputQueue
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | QuickSettingsControllerTest.java | 610 private static MotionEvent createMotionEvent(int x, int y, int action) { in createMotionEvent() method in QuickSettingsControllerTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 893 private static MotionEvent createMotionEvent(float x, float y) { in createMotionEvent() method in NotificationStackScrollLayoutTest
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 650 MotionEvent createMotionEvent(int32_t source, uint32_t action, float x, float y, float dx, float dy, in createMotionEvent() function
|
/frameworks/native/libs/input/ |
D | Input.cpp | 1067 MotionEvent* PooledInputEventFactory::createMotionEvent() { in createMotionEvent() function in android::PooledInputEventFactory
|
/frameworks/native/include/input/ |
D | Input.h | 1002 virtual MotionEvent* createMotionEvent() override { return &mMotionEvent; } in createMotionEvent() function
|