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

/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 80 milliseconds