Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DStackAnimationControllerTest.java333 DynamicAnimation.ViewProperty property, float vel, float friction, in flingThenSpringFirstBubbleWithStackFollowing()
342 SpringForce spring, float vel, float finalPosition) { in springFirstBubbleWithStackFollowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java468 float vel = mVelocityTracker.getYVelocity(); in endMotionEvent() local
674 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands()
710 protected void fling(float vel, boolean expand) { in fling()
714 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling()
718 protected void fling(float vel, boolean expand, float collapseSpeedUpFactor, in fling()
728 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
DNotificationPanelView.java859 public void fling(float vel, boolean expand) { in fling()
868 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
999 float vel = getCurrentQSVelocity(); in flingQsWithCurrentVelocity() local
1008 float vel = getCurrentQSVelocity(); in logQsSwipeDown() local
1017 private boolean flingExpandsQs(float vel) { in flingExpandsQs()
1184 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands()
1686 public void flingSettings(float vel, int type) { in flingSettings()
1698 protected void flingSettings(float vel, int type, final Runnable onFinishRunnable, in flingSettings()
2239 public void onAnimationToSideStarted(boolean rightPage, float translation, float vel) { in onAnimationToSideStarted()
DKeyguardAffordanceHelper.java315 float vel = getCurrentVelocity(lastX, lastY); in flingWithCurrentVelocity() local
340 private void fling(float vel, final boolean snapBack, boolean right) { in fling()
554 void onAnimationToSideStarted(boolean rightPage, float translation, float vel); in onAnimationToSideStarted()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4703 final int vel = (int) scroller.getCurrVelocity(); in run() local