Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsAnimationViewController.kt92 val hideAffordance = dialogManager.shouldHideAffordance() in <lambda>()
141 return notificationShadeVisible || dialogManager.shouldHideAffordance() in <lambda>()