Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java112 private NotificationGuts mNotificationGutsExposed; field in NotificationGutsManager
273 if (mNotificationGutsExposed == g) { in bindGuts()
274 mNotificationGutsExposed = null; in bindGuts()
524 if (mNotificationGutsExposed != null) { in closeAndSaveGuts()
525 mNotificationGutsExposed.removeCallbacks(mOpenRunnable); in closeAndSaveGuts()
537 return mNotificationGutsExposed; in getExposedGuts()
541 mNotificationGutsExposed = guts; in setExposedGuts()
621 mNotificationGutsExposed = guts; in openGutsInternal()
679 &&(mNotificationGutsExposed != null in shouldExtendLifetime()
681 && mNotificationGutsExposed == entry.getGuts() in shouldExtendLifetime()
[all …]