| /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
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/ |
| D | BackPanelControllerTest.kt | 233 private fun createMotionEvent(action: Int, x: Float, y: Float): MotionEvent { in createMotionEvent() method
|
| /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
|
| /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 | 212 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent() method in HandwritingInitiatorPerfTest
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
| D | QuickSettingsControllerTest.java | 439 private static MotionEvent createMotionEvent(int x, int y, int action) { in createMotionEvent() method in QuickSettingsControllerTest
|
| /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/statusbar/notification/stack/ |
| D | NotificationStackScrollLayoutTest.java | 968 private static MotionEvent createMotionEvent(float x, float y) { in createMotionEvent() method in NotificationStackScrollLayoutTest
|
| /frameworks/native/libs/input/tests/ |
| D | InputEvent_test.cpp | 692 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 | 1128 MotionEvent* PooledInputEventFactory::createMotionEvent() { in createMotionEvent() function in android::PooledInputEventFactory
|
| /frameworks/native/include/input/ |
| D | Input.h | 1080 virtual MotionEvent* createMotionEvent() override { return &mMotionEvent; } in createMotionEvent() function
|