Home
last modified time | relevance | path

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/
DStackAnimationControllerTest.java321 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/
DPanelViewController.java374 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()
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()
DNotificationPanelViewController.java1598 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/
DPipTouchHandler.java865 final PointF vel = touchState.getVelocity(); in onUp() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java659 float vel, float finalPosition, @Nullable Runnable... after) { in springFirstBubbleWithStackFollowing()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1549 float vel = (dist/dur) * units; // pixels/frame. in computeCurrentVelocity() local
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4824 final int vel = (int) scroller.getCurrVelocity(); in run() local