Home
last modified time | relevance | path

Searched defs:vel (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DFlingToDeleteHelper.java69 PointF vel = isFlingingToDelete(); in getFlingAnimation() local
90 PointF vel = new PointF(mVelocityTracker.getXVelocity(), mVelocityTracker.getYVelocity()); in isFlingingToDelete() local
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationControllerTest.java321 DynamicAnimation.ViewProperty property, float vel, float friction, in flingThenSpringFirstBubbleWithStackFollowing()
330 SpringForce spring, float vel, float finalPosition, Runnable... after) { in springFirstBubbleWithStackFollowing()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java382 float vel = mVelocityTracker.getYVelocity(); in endMotionEvent() local
506 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands()
551 protected void fling(float vel, boolean expand) { in fling()
555 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling()
559 protected void fling(float vel, boolean expand, float collapseSpeedUpFactor, in fling()
568 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
H A DKeyguardAffordanceHelper.java316 float vel = getCurrentVelocity(lastX, lastY); in flingWithCurrentVelocity() local
343 private void fling(float vel, final boolean snapBack, boolean right) { in fling()
557 void onAnimationToSideStarted(boolean rightPage, float translation, float vel); in onAnimationToSideStarted()
H A DNotificationPanelViewController.java1662 public void fling(float vel, boolean expand) { in fling()
1671 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
1821 float vel = getCurrentQSVelocity(); in flingQsWithCurrentVelocity() local
1837 float vel = getCurrentQSVelocity(); in logQsSwipeDown() local
1847 private boolean flingExpandsQs(float vel) { in flingExpandsQs()
2032 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands()
2666 public void flingSettings(float vel, int type) { in flingSettings()
2679 protected void flingSettings(float vel, int type, final Runnable onFinishRunnable, in flingSettings()
4156 public void onAnimationToSideStarted(boolean rightPage, float translation, float vel) { in onAnimationToSideStarted()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFlingAnimation.java46 public FlingAnimation(DragObject d, PointF vel, ButtonDropTarget dropTarget, Launcher launcher, in FlingAnimation()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonHelper.java358 float vel = getCurrentVelocity(lastX, lastY); in flingWithCurrentVelocity() local
379 private void fling(float vel, final boolean snapBack, boolean right) { in fling()
620 void onAnimationToSideStarted(boolean rightPage, float translation, float vel); in onAnimationToSideStarted()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownTouchHandler.java298 float vel = 0f; in endMotionEvent() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java646 float vel, float finalPosition, @Nullable Runnable... after) { in springFirstBubbleWithStackFollowing()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java865 final PointF vel = touchState.getVelocity(); in onUp() local
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1549 float vel = (dist/dur) * units; // pixels/frame. in computeCurrentVelocity() local
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java1588 float vel = (dist/dur) * units; // pixels/frame. in computeCurrentVelocity() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java4824 final int vel = (int) scroller.getCurrVelocity(); in run() local