Home
last modified time | relevance | path

Searched defs:vel (Results 1 – 7 of 7) 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/shade/
DQuickSettingsController.java1794 public void flingQs(float vel, int type) { in flingQs()
1806 private void flingQs(float vel, int type, final Runnable onFinishRunnable, in flingQs()
1895 float vel = getCurrentVelocity(); in flingQsWithCurrentVelocity() local
1920 float vel = getCurrentVelocity(); in logQsSwipeDown() local
2151 float target, float vel); in onFlingQsWithoutClick()
DNotificationPanelViewController.java1934 private void fling(float vel) { in fling()
1943 void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
2097 boolean flingExpandsQs(float vel) { in flingExpandsQs()
2169 private boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands()
3561 float vel = mVelocityTracker.getYVelocity(); in endMotionEvent() local
3653 private void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling()
3657 private void fling(float vel, boolean expand, float collapseSpeedUpFactor, in fling()
4162 float target, float vel) { in onFlingQsWithoutClick()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java624 float vel, float finalPosition, @Nullable Runnable... after) { in springFirstBubbleWithStackFollowing()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchHandler.java903 final PointF vel = touchState.getVelocity(); in onUp() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1551 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