HomeSort by relevance Sort by last modified time
    Searched refs:injectMotionEvent (Results 1 - 4 of 4) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyTouchEvent.java 39 protected boolean injectMotionEvent(IWindowManager iwm, MotionEvent me)
MonkeyTrackballEvent.java 39 protected boolean injectMotionEvent(IWindowManager iwm, MotionEvent me)
MonkeyMotionEvent.java 188 if (!injectMotionEvent(iwm, me)) {
200 protected abstract boolean injectMotionEvent(IWindowManager iwm, MotionEvent me)
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheel.java 247 private void injectMotionEvent(int viewIndex, MotionEvent event, int action) {
275 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL);
282 injectMotionEvent(index, event, MotionEvent.ACTION_DOWN);
534 injectMotionEvent(mPressedIndex, mLastMotionEvent, MotionEvent.ACTION_CANCEL);

Completed in 493 milliseconds