Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DGlanceableHubContainerController.kt157 private var anyBouncerShowing = false variable
290 anyBouncerShowing = it in initView()
328 val shouldInterceptGestures = hubShowing && !(shadeShowing || anyBouncerShowing) in updateTouchHandlingState()
389 val hubOccluded = anyBouncerShowing || shadeShowing in handleTouchEventOnCommunalView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayContainerViewController.java281 (anyBouncerShowing, shadeExpanded, communalShowing) -> { in onViewAttached()
282 mAnyBouncerShowing = anyBouncerShowing; in onViewAttached()
283 return anyBouncerShowing || shadeExpanded || communalShowing; in onViewAttached()