Searched refs:FLING_COLLAPSE (Results 1 – 4 of 4) sorted by relevance
126 const val FLING_COLLAPSE = 1 in startExpandLatencyTracking() constant
23 import com.android.systemui.shade.ShadeViewController.Companion.FLING_COLLAPSE362 FLING_COLLAPSE -> "FLING_COLLAPSE" in flingTypeToString()
25 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()
2112 mQsController.flingQs(0, FLING_COLLAPSE); in expandToNotifications()