/frameworks/base/apct-tests/perftests/core/src/android/input/ |
D | VelocityTrackerBenchmarkTest.kt | 54 abstract fun createMotionEvent(): MotionEvent in createMotionEvent() method 72 override fun createMotionEvent(): MotionEvent { in createMotionEvent() method in android.input.ScrollMotionState 114 override fun createMotionEvent(): MotionEvent { in createMotionEvent() method in android.input.PlanarMotionState
|
/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/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanelControllerTest.kt | 199 private fun createMotionEvent(action: Int, x: Float, y: Float): MotionEvent { in createMotionEvent() method in com.android.systemui.navigationbar.gestural.BackPanelControllerTest
|
/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/core/tests/coretests/src/com/android/internal/accessibility/dialog/ |
D | AccessibilityServiceWarningTest.java | 179 private MotionEvent createMotionEvent(int flags) { in createMotionEvent() method in AccessibilityServiceWarningTest
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | HandwritingInitiatorPerfTest.java | 217 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 | QuickSettingsControllerImplTest.java | 488 private static MotionEvent createMotionEvent(int x, int y, int action) { in createMotionEvent() method in QuickSettingsControllerImplTest
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilityInputFilterInputTest.kt | 71 fun createMotionEvent(action: Int, downTime: Long, eventTime: Long, source: Int, deviceId: Int): in createMotionEvent() method
|
/frameworks/base/core/jni/ |
D | android_view_InputQueue.cpp | 172 MotionEvent* InputQueue::createMotionEvent() { in createMotionEvent() function in android::InputQueue
|
/frameworks/native/libs/input/ |
D | InputConsumerNoResampling.cpp | 76 std::unique_ptr<MotionEvent> createMotionEvent(const InputMessage& msg) { in createMotionEvent() function
|
D | Input.cpp | 1273 MotionEvent* PooledInputEventFactory::createMotionEvent() { in createMotionEvent() function in android::PooledInputEventFactory
|
/frameworks/native/include/input/ |
D | Input.h | 1149 virtual MotionEvent* createMotionEvent() override { return &mMotionEvent; } in createMotionEvent() function 1203 MotionEvent* createMotionEvent() override { return new MotionEvent(); }; in createMotionEvent() function
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 1200 private static MotionEvent createMotionEvent(float x, float y) { in createMotionEvent() method in NotificationStackScrollLayoutTest
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 874 MotionEvent createMotionEvent(int32_t source, uint32_t action, float x, float y, float dx, float dy, in createMotionEvent() function
|