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

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java232 executeTouchEvent(MotionEvent.ACTION_DOWN);
257 executeTouchEvent(MotionEvent.ACTION_MOVE);
281 executeTouchEvent(MotionEvent.ACTION_CANCEL);
302 executeTouchEvent(MotionEvent.ACTION_UP);
454 private void executeTouchEvent(int action) { method in class:EventSenderImpl
473 Log.w(LOG_TAG + "::executeTouchEvent(),", "action not supported:" + action);

Completed in 50 milliseconds