Home
last modified time | relevance | path

Searched refs:FLING_COLLAPSE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt126 const val FLING_COLLAPSE = 1 in startExpandLatencyTracking() constant
DShadeLogger.kt23 import com.android.systemui.shade.ShadeViewController.Companion.FLING_COLLAPSE
362 FLING_COLLAPSE -> "FLING_COLLAPSE" in flingTypeToString()
DQuickSettingsControllerImpl.java25 import static com.android.systemui.shade.NotificationPanelViewController.FLING_COLLAPSE;
1582 flingQs(0, FLING_COLLAPSE, null, true); in collapseOrExpandQs()
1888 flingQs(0 /* vel */, animateAway ? FLING_HIDE : FLING_COLLAPSE); in animateCloseQs()
1918 case FLING_COLLAPSE: in flingQs()
2019 flingType = FLING_COLLAPSE; in flingQsWithCurrentVelocity()
2320 open && canExpand ? FLING_EXPAND : FLING_COLLAPSE, () -> { in flingTopOverscroll()
DNotificationPanelViewController.java2112 mQsController.flingQs(0, FLING_COLLAPSE); in expandToNotifications()