Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java276 private WindowState mNotificationShade = null; field in DisplayPolicy
1038 if (mNotificationShade != null) { in validateAddingWindowLw()
1039 if (mNotificationShade.isAlive()) { in validateAddingWindowLw()
1142 mNotificationShade = win; in addWindowLw()
1336 } else if (mNotificationShade == win) {
1337 mNotificationShade = null;
1374 return mNotificationShade;
2820 final WindowState colorWin = onKeyguard ? mNotificationShade : opaqueOrDimming;
2905 if (pendingPanic && requestHideNavBar && win != mNotificationShade
3182 if (mNotificationShade != null) {
[all …]