Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java91 private NotificationGuts mNotificationGutsExposed; field in NotificationGutsManager
202 if (mNotificationGutsExposed == g) { in bindGuts()
203 mNotificationGutsExposed = null; in bindGuts()
346 if (mNotificationGutsExposed != null) { in closeAndSaveGuts()
347 mNotificationGutsExposed.removeCallbacks(mOpenRunnable); in closeAndSaveGuts()
348 mNotificationGutsExposed.closeControls(removeLeavebehinds, removeControls, x, y, force); in closeAndSaveGuts()
359 return mNotificationGutsExposed; in getExposedGuts()
363 mNotificationGutsExposed = guts; in setExposedGuts()
434 mNotificationGutsExposed = guts; in openGutsInternal()
488 &&(mNotificationGutsExposed != null in shouldExtendLifetime()
[all …]