Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHideIconsForBouncerManager.kt107 val shouldHideIconsForBouncer = hideBecauseApp || hideBecauseKeyguard in <lambda>() constant
108 if (hideIconsForBouncer != shouldHideIconsForBouncer) { in <lambda>()
109 hideIconsForBouncer = shouldHideIconsForBouncer in <lambda>()
110 if (!shouldHideIconsForBouncer && bouncerWasShowingWhenHidden) { in <lambda>()
125 if (shouldHideIconsForBouncer) { in <lambda>()