Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialogManager.java57 public boolean shouldHideAffordance() { in shouldHideAffordance() method in SystemUIDialogManager
76 final boolean wasHidingAffordances = shouldHideAffordance(); in setShowing()
83 if (wasHidingAffordances != shouldHideAffordance()) { in setShowing()
89 if (shouldHideAffordance()) { in updateDialogListeners()
94 listener.shouldHideAffordances(shouldHideAffordance()); in updateDialogListeners()
H A DSystemUIDialogManagerExt.kt32 trySendWithFailureLogging(shouldHideAffordance(), "dialogHideAffordancesRequestInitial")
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsAnimationViewController.kt96 val hideAffordance = dialogManager.shouldHideAffordance()
147 return notificationShadeVisible || dialogManager.shouldHideAffordance()