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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
NonDistinctMultitouchHelper.java 60 injectMotionEvent(action, me.getX(index), me.getY(index), downTime, eventTime,
74 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime,
89 injectMotionEvent(MotionEvent.ACTION_DOWN, x, y, downTime, eventTime,
93 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime,
104 private static void injectMotionEvent(final int action, final float x, final float y,
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
MouseUiController.java 65 public boolean injectMotionEvent(MotionEvent event) throws InjectEventSecurityException {
71 return mUiController.injectMotionEvent(event);
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 211 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x, y, 1.0f);
212 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x, y, 0.0f);
220 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x1, y1, 1.0f);
226 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha),
230 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x2, y2, 0.0f);
239 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x1, y1, 1.0f);
251 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha),
255 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x2, y2, 0.0f);
267 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, dx, dy, 0.0f);
298 private void injectMotionEvent(int inputSource, int action, long when, float x, float y, float pressure)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
PinchZoomAction.java 97 uiController.injectMotionEvent(firstFingerEvent);
107 uiController.injectMotionEvent(secondFingerEvent);
136 uiController.injectMotionEvent(event);
155 uiController.injectMotionEvent(secondFingerUpEvent);
170 uiController.injectMotionEvent(firstFingerUpEvent);
  /packages/apps/LegacyCamera/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);
  /cts/tests/tests/view/src/android/view/cts/
PointerCaptureTest.java 125 private void injectMotionEvent(MotionEvent event) {
136 injectMotionEvent(obtainRelativeMouseEvent(action, x, y));
158 injectMotionEvent(obtainMouseEvent(MotionEvent.ACTION_HOVER_MOVE, mInner, 0, 0));
159 injectMotionEvent(obtainMouseEvent(MotionEvent.ACTION_HOVER_MOVE, mTarget, 0, 0));
160 injectMotionEvent(obtainMouseEvent(MotionEvent.ACTION_HOVER_MOVE, mTarget2, 0, 0));
TooltipTest.java 181 private void injectMotionEvent(MotionEvent event) {
186 injectMotionEvent(obtainMotionEvent(
528 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_DOWN, 0, 0));
529 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_BUTTON_PRESS, 0, 0));
530 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_BUTTON_RELEASE, 0, 0));
531 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_UP, 0, 0));
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 

Completed in 152 milliseconds