Searched refs:createMotionEvent (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/phone/
H A DPipTouchStateTest.java74 mTouchState.onTouchEvent(createMotionEvent(ACTION_DOWN, currentTime, 0, 0));
75 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP,
86 mTouchState.onTouchEvent(createMotionEvent(ACTION_DOWN, currentTime, 0, 0));
87 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP,
102 mTouchState.onTouchEvent(createMotionEvent(ACTION_DOWN, currentTime, 0, 0));
103 mTouchState.onTouchEvent(createMotionEvent(ACTION_MOVE, currentTime + 10, 500, 500));
104 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP, currentTime + 20, 500, 500));
115 mTouchState.onTouchEvent(createMotionEvent(ACTION_DOWN, currentTime, 0, 0));
116 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP, currentTime + 10, 0, 0));
117 mTouchState.onTouchEvent(createMotionEvent(ACTION_DOW
126 private MotionEvent createMotionEvent(int action, long eventTime, float x, float y) { method in class:PipTouchStateTest
[all...]
/frameworks/base/core/jni/include/android_runtime/
H A Dandroid_view_InputQueue.h53 MotionEvent* createMotionEvent();
/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp171 MotionEvent* InputQueue::createMotionEvent() { function in class:android::InputQueue
172 return mPooledInputEventFactory.createMotionEvent();
245 MotionEvent* event = queue->createMotionEvent();
/frameworks/native/include/input/
H A DInput.h639 virtual MotionEvent* createMotionEvent() = 0;
652 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; } function in class:android::PreallocatedInputEventFactory
668 virtual MotionEvent* createMotionEvent();
/frameworks/native/libs/input/
H A DInputTransport.cpp496 MotionEvent* motionEvent = factory->createMotionEvent();
561 MotionEvent* motionEvent = factory->createMotionEvent();
H A DInput.cpp565 MotionEvent* PooledInputEventFactory::createMotionEvent() { function in class:android::PooledInputEventFactory

Completed in 235 milliseconds