Home
last modified time | relevance | path

Searched defs:vel (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java377 float vel = 0f; in endMotionEvent() local
584 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands()
616 protected void fling(float vel, boolean expand) { in fling()
620 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling()
624 protected void fling(float vel, boolean expand, float collapseSpeedUpFactor, in fling()
634 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
DNotificationPanelView.java543 public void fling(float vel, boolean expand) { in fling()
552 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight()
684 float vel = getCurrentVelocity(); in flingQsWithCurrentVelocity() local
693 float vel = getCurrentVelocity(); in logQsSwipeDown() local
703 private boolean flingExpandsQs(float vel) { in flingExpandsQs()
844 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands()
1299 private void flingSettings(float vel, boolean expand) { in flingSettings()
1303 private void flingSettings(float vel, boolean expand, final Runnable onFinishRunnable, in flingSettings()
1790 public void onAnimationToSideStarted(boolean rightPage, float translation, float vel) { in onAnimationToSideStarted()
DKeyguardAffordanceHelper.java318 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/
DKeyboardView.java1554 float vel = (dist/dur) * units; // pixels/frame. in computeCurrentVelocity() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java4387 final int vel = (int) scroller.getCurrVelocity(); in run() local