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 197 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x, y, 1.0f);
198 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x, y, 0.0f);
206 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x1, y1, 1.0f);
212 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha),
216 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x2, y2, 0.0f);
228 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, dx, dy, 0.0f);
259 private void injectMotionEvent(int inputSource, int action, long when, float x, float y, float pressure) {
269 Log.i(TAG, "injectMotionEvent: " + event);
  /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);
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release.jar 
espresso-core-2.2.2-release.jar 
espresso-intents-2.2.2-release.jar 
espresso-web-2.2.2-release.jar 

Completed in 1587 milliseconds