Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/input/
H A DVelocityTrackerBenchmarkTest.kt54 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
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
H A DVirtualTouchscreenTest.kt163 private fun createMotionEvent(action: Int, x: Float, y: Float): MotionEvent { in createMotionEvent() method in android.hardware.input.cts.tests.VirtualTouchscreenTest
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
H A DSwipeChipbarAwayGestureHandlerTest.kt94 private fun createMotionEvent(y: Float = 0f): MotionEvent { in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
H A DBackPanelControllerTest.kt200 private fun createMotionEvent(action: Int, x: Float, y: Float): MotionEvent { in createMotionEvent() method in com.android.systemui.navigationbar.gestural.BackPanelControllerTest
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventAssignerTest.kt38 fun createMotionEvent(action: Int, eventTime: Long, source: Int): MotionEvent { in createMotionEvent() method
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DDragDetectorTest.kt470 private fun createMotionEvent( in <lambda>() method in com.android.wm.shell.windowdecor.DragDetectorTest
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityInputFilterInputTest.kt71 fun createMotionEvent(action: Int, downTime: Long, eventTime: Long, source: Int, deviceId: Int): in createMotionEvent() method
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/dialog/
H A DAccessibilityServiceWarningTest.java179 private MotionEvent createMotionEvent(int flags) { in createMotionEvent() method in AccessibilityServiceWarningTest
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DStubMotionInterceptingAccessibilityService.java136 private MotionEvent createMotionEvent(int source) { in createMotionEvent() method in StubMotionInterceptingAccessibilityService
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DTemperatureControlViewTest.java245 private MotionEvent createMotionEvent(int action) { in createMotionEvent() method in TemperatureControlViewTest
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DHandwritingInitiatorPerfTest.java217 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent() method in HandwritingInitiatorPerfTest
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
H A DQuickSettingsControllerImplTest.java566 private static MotionEvent createMotionEvent(int x, int y, int action) { in createMotionEvent() method in QuickSettingsControllerImplTest
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp172 MotionEvent* InputQueue::createMotionEvent() { in createMotionEvent() function in android::InputQueue
/aosp_15_r20/frameworks/native/include/input/
H A DInput.h1170 virtual MotionEvent* createMotionEvent() override { return &mMotionEvent; } in createMotionEvent() function
1224 MotionEvent* createMotionEvent() override { return new MotionEvent(); }; in createMotionEvent() function
/aosp_15_r20/frameworks/native/libs/input/
H A DInputConsumerNoResampling.cpp78 std::unique_ptr<MotionEvent> createMotionEvent(const InputMessage& msg) { in createMotionEvent() function
H A DInput.cpp1322 MotionEvent* PooledInputEventFactory::createMotionEvent() { in createMotionEvent() function in android::PooledInputEventFactory
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp890 MotionEvent createMotionEvent(int32_t source, uint32_t action, float x, float y, float dx, float dy, in createMotionEvent() function
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java1584 private static MotionEvent createMotionEvent(float x, float y) { in createMotionEvent() method in NotificationStackScrollLayoutTest