Home
last modified time | relevance | path

Searched refs:flingSettings (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java651 flingSettings(0 /* vel */, false); in animateCloseQs()
671 flingSettings(0 /* velocity */, false /* expand */); in expandWithoutQs()
815 flingSettings(vel, expandsQs && !isCancelMotionEvent); in flingQsWithCurrentVelocity()
1084 flingSettings(!mQsExpansionEnabled && open ? 0f : velocity, open && mQsExpansionEnabled, in flingTopOverscroll()
1453 public void flingSettings(float vel, boolean expand) { in flingSettings() method in NotificationPanelView
1454 flingSettings(vel, expand, null, false /* isClick */); in flingSettings()
1457 protected void flingSettings(float vel, boolean expand, final Runnable onFinishRunnable, in flingSettings() method in NotificationPanelView
1984 flingSettings(0 /* vel */, false /* expand */, null, true /* isClick */); in onClick()
1987 flingSettings(0 /* vel */, true /* expand */, null, true /* isClick */); in onClick()
DStatusBar.java2213 mNotificationPanel.flingSettings(0 /* velocity */, true /* expand */); in handleSystemKey()