Searched defs:vel (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationControllerTest.java | 321 DynamicAnimation.ViewProperty property, float vel, float friction, in flingThenSpringFirstBubbleWithStackFollowing() 330 SpringForce spring, float vel, float finalPosition, Runnable... after) { in springFirstBubbleWithStackFollowing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelViewController.java | 374 float vel = mVelocityTracker.getYVelocity(); in endMotionEvent() local 487 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() 532 protected void fling(float vel, boolean expand) { in fling() 536 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling() 540 protected void fling(float vel, boolean expand, float collapseSpeedUpFactor, in fling() 549 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
|
D | KeyguardAffordanceHelper.java | 316 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()
|
D | NotificationPanelViewController.java | 1598 public void fling(float vel, boolean expand) { in fling() 1607 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() 1757 float vel = getCurrentQSVelocity(); in flingQsWithCurrentVelocity() local 1773 float vel = getCurrentQSVelocity(); in logQsSwipeDown() local 1783 private boolean flingExpandsQs(float vel) { in flingExpandsQs() 1961 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() 2636 public void flingSettings(float vel, int type) { in flingSettings() 2649 protected void flingSettings(float vel, int type, final Runnable onFinishRunnable, in flingSettings() 4138 public void onAnimationToSideStarted(boolean rightPage, float translation, float vel) { in onAnimationToSideStarted()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipTouchHandler.java | 865 final PointF vel = touchState.getVelocity(); in onUp() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationController.java | 659 float vel, float finalPosition, @Nullable Runnable... after) { in springFirstBubbleWithStackFollowing()
|
/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 | 4824 final int vel = (int) scroller.getCurrVelocity(); in run() local
|