Searched refs:injectMotionEvent (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | NonDistinctMultitouchHelper.java | 60 injectMotionEvent(action, me.getX(index), me.getY(index), downTime, eventTime, in processMotionEvent() 74 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime, in processMotionEvent() 89 injectMotionEvent(MotionEvent.ACTION_DOWN, x, y, downTime, eventTime, in processMotionEvent() 93 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime, in processMotionEvent() 104 private static void injectMotionEvent(final int action, final float x, final float y, in injectMotionEvent() method in NonDistinctMultitouchHelper
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | IndicatorControlWheel.java | 254 private void injectMotionEvent(int viewIndex, MotionEvent event, int action) { in injectMotionEvent() method in IndicatorControlWheel 282 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL); in dispatchTouchEvent() 289 injectMotionEvent(index, event, MotionEvent.ACTION_DOWN); in dispatchTouchEvent() 541 injectMotionEvent(mPressedIndex, mLastMotionEvent, MotionEvent.ACTION_CANCEL); in onTouchOutBound()
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | RotaryService.java | 1744 injectMotionEvent(displayId, MotionEvent.AXIS_SCROLL, in handleRotateEvent() 1932 injectMotionEvent(displayId, axis, clockwise ? -rotationCount : rotationCount); in injectScrollEvent() 1935 private void injectMotionEvent(int displayId, int axis, int axisValue) { in injectMotionEvent() method in RotaryService
|