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 | 523 public void fling(float vel, boolean expand) { in fling() 532 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() 675 float vel = getCurrentVelocity(); in flingQsWithCurrentVelocity() local 684 float vel = getCurrentVelocity(); in logQsSwipeDown() local 694 private boolean flingExpandsQs(float vel) { in flingExpandsQs() 827 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() 1411 private void flingSettings(float vel, boolean expand) { in flingSettings() 1415 private void flingSettings(float vel, boolean expand, final Runnable onFinishRunnable, in flingSettings() 1936 public void onAnimationToSideStarted(boolean rightPage, float translation, float vel) { in onAnimationToSideStarted()
|
| D | KeyguardAffordanceHelper.java | 322 float vel = getCurrentVelocity(lastX, lastY); in flingWithCurrentVelocity() local 343 private void fling(float vel, final boolean snapBack, boolean right) { in fling() 555 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
|