Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java237 @Nullable private BubbleEntry mNotifEntryToExpandOnShadeUnlock; field in BubbleController
638 isShade, didChange, (mNotifEntryToExpandOnShadeUnlock != null in onStatusBarStateChanged()
639 ? mNotifEntryToExpandOnShadeUnlock.getKey() : "null")); in onStatusBarStateChanged()
646 if (mNotifEntryToExpandOnShadeUnlock != null) { in onStatusBarStateChanged()
647 expandStackAndSelectBubble(mNotifEntryToExpandOnShadeUnlock); in onStatusBarStateChanged()
1343 mNotifEntryToExpandOnShadeUnlock = null; in expandStackAndSelectBubble()
1363 mNotifEntryToExpandOnShadeUnlock = entry; in expandStackAndSelectBubble()