Searched refs:flingQs (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 1582 flingQs(0, FLING_COLLAPSE, null, true); in collapseOrExpandQs() 1585 flingQs(0, FLING_EXPAND, null, true); in collapseOrExpandQs() 1888 flingQs(0 /* vel */, animateAway ? FLING_HIDE : FLING_COLLAPSE); in animateCloseQs() 1898 void flingQs(float vel, int type) { in flingQs() method in QuickSettingsControllerImpl 1899 flingQs(vel, type, null /* onFinishRunnable */, false /* isClick */); in flingQs() 1910 private void flingQs(float vel, int type, final Runnable onFinishRunnable, in flingQs() method in QuickSettingsControllerImpl 1912 mShadeLog.flingQs(type, isClick); in flingQs() 2021 flingQs(vel, flingType); in flingQsWithCurrentVelocity() 2319 flingQs(!canExpand && open ? 0f : velocity, in flingTopOverscroll()
|
D | ShadeLogger.kt | 348 fun flingQs(flingType: Int, isClick: Boolean) { in flingQs() method in com.android.systemui.shade.ShadeLogger
|
D | NotificationPanelViewController.java | 2102 mQsController.flingQs(0, FLING_EXPAND); in expandToQs() 2112 mQsController.flingQs(0, FLING_COLLAPSE); in expandToNotifications()
|