Searched refs:mNotificationGutsExposed (Results 1 – 1 of 1) sorted by relevance
108 private NotificationGuts mNotificationGutsExposed; field in NotificationGutsManager267 if (mNotificationGutsExposed == g) { in bindGuts()268 mNotificationGutsExposed = null; in bindGuts()515 if (mNotificationGutsExposed != null) { in closeAndSaveGuts()516 mNotificationGutsExposed.removeCallbacks(mOpenRunnable); in closeAndSaveGuts()517 mNotificationGutsExposed.closeControls(removeLeavebehinds, removeControls, x, y, force); in closeAndSaveGuts()528 return mNotificationGutsExposed; in getExposedGuts()532 mNotificationGutsExposed = guts; in setExposedGuts()607 mNotificationGutsExposed = guts; in openGutsInternal()661 &&(mNotificationGutsExposed != null in shouldExtendLifetime()[all …]