Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java257 private volatile WindowState mNotificationShade; field in DisplayPolicy
1030 if (mNotificationShade != null) { in validateAddingWindowLw()
1083 mNotificationShade = win; in addWindowLw()
1234 } else if (mNotificationShade == win) {
1235 mNotificationShade = null;
1264 return mNotificationShade;
2247 if (mNotificationShade != null && mNotificationShade.canReceiveKeys()) {
2249 winCandidate = mNotificationShade;
2399 && (mNotificationShade == null || !mNotificationShade.isVisible());
2695 final WindowState w = mNotificationShade;
[all …]