Home
last modified time | relevance | path

Searched refs:flingQs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1582 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()
DShadeLogger.kt348 fun flingQs(flingType: Int, isClick: Boolean) { in flingQs() method in com.android.systemui.shade.ShadeLogger
DNotificationPanelViewController.java2102 mQsController.flingQs(0, FLING_EXPAND); in expandToQs()
2112 mQsController.flingQs(0, FLING_COLLAPSE); in expandToNotifications()