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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DNonDistinctMultitouchHelper.java58 injectMotionEvent(action, me.getX(index), me.getY(index), downTime, eventTime,
72 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime,
87 injectMotionEvent(MotionEvent.ACTION_DOWN, x, y, downTime, eventTime,
91 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime,
102 private static void injectMotionEvent(final int action, final float x, final float y, method in class:NonDistinctMultitouchHelper
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java247 private void injectMotionEvent(int viewIndex, MotionEvent event, int action) { method in class:IndicatorControlWheel
275 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL);
282 injectMotionEvent(index, event, MotionEvent.ACTION_DOWN);
534 injectMotionEvent(mPressedIndex, mLastMotionEvent, MotionEvent.ACTION_CANCEL);

Completed in 35 milliseconds