Searched defs:vel (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | StackAnimationControllerTest.java | 321 DynamicAnimation.ViewProperty property, float vel, float friction, in flingThenSpringFirstBubbleWithStackFollowing() 330 SpringForce spring, float vel, float finalPosition, Runnable... after) { in springFirstBubbleWithStackFollowing()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | QuickSettingsController.java | 1874 public void flingQs(float vel, int type) { in flingQs() 1886 private void flingQs(float vel, int type, final Runnable onFinishRunnable, in flingQs() 1976 float vel = getCurrentVelocity(); in flingQsWithCurrentVelocity() local 2001 float vel = getCurrentVelocity(); in logQsSwipeDown() local 2367 float target, float vel); in onFlingQsWithoutClick()
|
H A D | NotificationPanelViewController.java | 2013 private void fling(float vel) { in fling() 2022 void flingToHeight(float vel, boolean expand, float target, in flingToHeight() 2187 boolean flingExpandsQs(float vel) { in flingExpandsQs() 2246 private boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() 3729 float vel = mVelocityTracker.getYVelocity(); in endMotionEvent() local 3827 private void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling() 3831 private void fling(float vel, boolean expand, float collapseSpeedUpFactor, in fling() 4367 float target, float vel) { in onFlingQsWithoutClick()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | StackAnimationController.java | 620 float vel, float finalPosition, @Nullable Runnable... after) { in springFirstBubbleWithStackFollowing()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchHandler.java | 861 final PointF vel = touchState.getVelocity(); in onUp() local
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | KeyboardView.java | 1551 float vel = (dist/dur) * units; // pixels/frame. in computeCurrentVelocity() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 4824 final int vel = (int) scroller.getCurrVelocity(); in run() local
|