Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java195 @Nullable private NotificationEntry mNotifEntryToExpandOnShadeUnlock; field in BubbleController
326 if (mNotifEntryToExpandOnShadeUnlock != null) { in onStateChanged()
327 expandStackAndSelectBubble(mNotifEntryToExpandOnShadeUnlock); in onStateChanged()
328 mNotifEntryToExpandOnShadeUnlock = null; in onStateChanged()
1027 mNotifEntryToExpandOnShadeUnlock = null; in expandStackAndSelectBubble()
1048 mNotifEntryToExpandOnShadeUnlock = entry; in expandStackAndSelectBubble()