/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 | 1970 injectMotionEvent(DEFAULT_DISPLAY, clockwise ? rotationCount : -rotationCount); in handleRotateEvent() 1990 injectMotionEvent(displayId, clockwise ? rotationCount : -rotationCount); in handleRotateEvent() 2207 injectMotionEvent(displayId, axis, clockwise ? -rotationCount : rotationCount, in injectScrollEvent() 2211 private void injectMotionEvent(int displayId, int axisValue) { in injectMotionEvent() method in RotaryService 2212 injectMotionEvent(displayId, MotionEvent.AXIS_SCROLL, axisValue, /* x= */ 0, /* y= */ 0); in injectMotionEvent() 2215 private void injectMotionEvent(int displayId, int axis, int axisValue, float x, float y) { in injectMotionEvent() method in RotaryService
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 1949 injectMotionEvent(source, MotionEvent.ACTION_DOWN, coordXs, coordYs, pointerIds, 1952 injectMotionEvent(source, MotionEvent.ACTION_UP, coordXs, coordYs, pointerIds, 1955 injectMotionEvent(source, action, coordXs, coordYs, pointerIds, display, seat); 1999 private void injectMotionEvent(int source, int action, List<Float> xs, List<Float> ys,
|