Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt212 val canExpand = moveDistance > 0 && velocityTracker!!.getYVelocity() > -1000 && regex
214 if (!falsingManager.isUnlockingDisabled && !isFalseTouch && canExpand) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java4133 boolean canExpand = isQsExpansionEnabled(); in flingTopOverscroll()
4134 flingSettings(!canExpand && open ? 0f : velocity, in flingTopOverscroll()
4135 open && canExpand ? FLING_EXPAND : FLING_COLLAPSE, () -> { in flingTopOverscroll()