Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java172 @Nullable private BubbleEntry mNotifEntryToExpandOnShadeUnlock; field in BubbleController
498 if (mNotifEntryToExpandOnShadeUnlock != null) { in onStatusBarStateChanged()
499 expandStackAndSelectBubble(mNotifEntryToExpandOnShadeUnlock); in onStatusBarStateChanged()
500 mNotifEntryToExpandOnShadeUnlock = null; in onStatusBarStateChanged()
873 mNotifEntryToExpandOnShadeUnlock = null; in expandStackAndSelectBubble()
894 mNotifEntryToExpandOnShadeUnlock = entry; in expandStackAndSelectBubble()