HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentVelocity (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 329 finishExpanding(false, getCurrentVelocity());
369 private float getCurrentVelocity() {
488 finishExpanding(false, getCurrentVelocity());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 318 float vel = getCurrentVelocity(lastX, lastY);
483 private float getCurrentVelocity(float lastX, float lastY) {
NotificationPanelView.java 684 float vel = getCurrentVelocity();
693 float vel = getCurrentVelocity();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 576 final float velocity = getCurrentVelocity();
677 EXIT_FLING_ANIMATION_DURATION_MS, getCurrentVelocity(),
    [all...]

Completed in 1285 milliseconds