Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java103 private NotificationGuts mNotificationGutsExposed; field in NotificationGutsManager
264 if (mNotificationGutsExposed == g) { in bindGuts()
265 mNotificationGutsExposed = null; in bindGuts()
511 if (mNotificationGutsExposed != null) { in closeAndSaveGuts()
512 mNotificationGutsExposed.removeCallbacks(mOpenRunnable); in closeAndSaveGuts()
513 mNotificationGutsExposed.closeControls(removeLeavebehinds, removeControls, x, y, force); in closeAndSaveGuts()
524 return mNotificationGutsExposed; in getExposedGuts()
528 mNotificationGutsExposed = guts; in setExposedGuts()
610 mNotificationGutsExposed = guts; in openGutsInternal()