Searched refs:getMotionEvent (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | TouchHelper.java | 55 MotionEvent event = getMotionEvent(mDownTime, mDownTime, MotionEvent.ACTION_DOWN, x, y); in touchDown() 61 MotionEvent event = getMotionEvent(mDownTime, eventTime, MotionEvent.ACTION_UP, x, y); in touchUp() 66 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in TouchHelper
|
/cts/tests/app/app/src/android/app/stubs/ |
D | InstrumentationTestActivity.java | 340 public MotionEvent getMotionEvent() { in getMotionEvent() method in InstrumentationTestActivity
|
/cts/tests/app/src/android/app/cts/ |
D | InstrumentationTest.java | 218 MotionEvent motionEvent = mActivity.getMotionEvent(); in testSendTrackballEventSync()
|