Searched defs:flingSettings (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java620 flingSettings(0 /* vel */, false);
785 flingSettings(vel, expandsQs && !isCancelMotionEvent);
1053 flingSettings(!mQsExpansionEnabled && open ? 0f : velocity, open && mQsExpansionEnabled,
1419 public void flingSettings(float vel, boolean expand) { method in class:NotificationPanelView
1420 flingSettings(vel, expand, null, false /* isClick */);
1423 protected void flingSettings(float vel, boolean expand, final Runnable onFinishRunnable, method in class:NotificationPanelView
1913 flingSettings(0 /* vel */, false /* expand */, null, true /* isClick */);
1916 flingSettings(0 /* vel */, true /* expand */, null, true /* isClick */);

Completed in 88 milliseconds