Searched refs:mNotificationShade (Results 1 – 1 of 1) sorted by relevance
257 private volatile WindowState mNotificationShade; field in DisplayPolicy1030 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 …]