Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventAssignerTest.kt30 fun createMotionEvent(action: Int, eventTime: Long, source: Int): MotionEvent { regex
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
H A DTemperatureControlViewTest.java239 private MotionEvent createMotionEvent(int action) { in createMotionEvent() method in TemperatureControlViewTest
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp171 MotionEvent* InputQueue::createMotionEvent() { in createMotionEvent() function in android::InputQueue
/aosp12/frameworks/native/libs/input/
H A DInput.cpp915 MotionEvent* PooledInputEventFactory::createMotionEvent() { in createMotionEvent() function in android::PooledInputEventFactory
/aosp12/frameworks/native/include/input/
H A DInput.h967 virtual MotionEvent* createMotionEvent() override { return &mMotionEvent; } in createMotionEvent() function