Searched defs:vel (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 372 float vel = 0f; in endMotionEvent() local 579 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() 608 protected void fling(float vel, boolean expand) { in fling() 612 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling() 616 protected void fling(float vel, boolean expand, float collapseSpeedUpFactor, in fling() 626 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
|
D | NotificationPanelView.java | 531 public void fling(float vel, boolean expand) { in fling() 540 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() 683 float vel = getCurrentVelocity(); in flingQsWithCurrentVelocity() local 692 float vel = getCurrentVelocity(); in logQsSwipeDown() local 702 private boolean flingExpandsQs(float vel) { in flingExpandsQs() 835 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() 1419 private void flingSettings(float vel, boolean expand) { in flingSettings() 1423 private void flingSettings(float vel, boolean expand, final Runnable onFinishRunnable, in flingSettings() 1944 public void onAnimationToSideStarted(boolean rightPage, float translation, float vel) { in onAnimationToSideStarted()
|
D | KeyguardAffordanceHelper.java | 318 float vel = getCurrentVelocity(lastX, lastY); in flingWithCurrentVelocity() local 339 private void fling(float vel, final boolean snapBack) { in fling() 517 void onAnimationToSideStarted(boolean rightPage, float translation, float vel); in onAnimationToSideStarted()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1543 float vel = (dist/dur) * units; // pixels/frame. in computeCurrentVelocity() local
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 3959 final int vel = (int) scroller.getCurrVelocity(); in run() local
|