Searched defs:vel (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationControllerTest.java | 333 DynamicAnimation.ViewProperty property, float vel, float friction, in flingThenSpringFirstBubbleWithStackFollowing() 342 SpringForce spring, float vel, float finalPosition, Runnable... after) { in springFirstBubbleWithStackFollowing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 472 float vel = mVelocityTracker.getYVelocity(); in endMotionEvent() local 678 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() 718 protected void fling(float vel, boolean expand) { in fling() 722 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling() 726 protected void fling(float vel, boolean expand, float collapseSpeedUpFactor, in fling() 736 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
|
D | KeyguardAffordanceHelper.java | 314 float vel = getCurrentVelocity(lastX, lastY); in flingWithCurrentVelocity() local 339 private void fling(float vel, final boolean snapBack, boolean right) { in fling() 553 void onAnimationToSideStarted(boolean rightPage, float translation, float vel); in onAnimationToSideStarted()
|
D | NotificationPanelView.java | 1004 public void fling(float vel, boolean expand) { in fling() 1013 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() 1158 float vel = getCurrentQSVelocity(); in flingQsWithCurrentVelocity() local 1167 float vel = getCurrentQSVelocity(); in logQsSwipeDown() local 1176 private boolean flingExpandsQs(float vel) { in flingExpandsQs() 1407 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() 1957 public void flingSettings(float vel, int type) { in flingSettings() 1969 protected void flingSettings(float vel, int type, final Runnable onFinishRunnable, in flingSettings() 2543 public void onAnimationToSideStarted(boolean rightPage, float translation, float vel) { in onAnimationToSideStarted()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1549 float vel = (dist/dur) * units; // pixels/frame. in computeCurrentVelocity() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 4703 final int vel = (int) scroller.getCurrVelocity(); in run() local
|