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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DSpringAnimationHandler.java116 public void addMovement(MotionEvent event) { method in class:SpringAnimationHandler
118 if (DEBUG) Log.d(TAG, "addMovement#action=" + action);
126 getVelocityTracker().addMovement(event);
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java1265 mSwipeTracker.addMovement(me);
1515 public void addMovement(MotionEvent ev) { method in class:KeyboardView.SwipeTracker
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java1190 mSwipeTracker.addMovement(me);
1417 public void addMovement(MotionEvent ev) { method in class:KeyboardView.SwipeTracker

Completed in 512 milliseconds