Home
last modified time | relevance | path

Searched defs:guts (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1066 final NotificationGuts guts = row.getGuts(); in bindGuts() local
1131 ExpandableNotificationRow row, NotificationGuts guts, View done) { in saveImportanceCloseControls()
1155 Log.e(TAG, "Trying to show notification guts, but not attached to window"); in getNotificationLongClicker()
1163 final NotificationGuts guts = row.getGuts(); in getNotificationLongClicker() field in BaseStatusBar
DNotificationGuts.java90 public void onGutsClosed(NotificationGuts guts); in onGutsClosed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4063 NotificationGuts guts = mPhoneStatusBar.getExposedGuts(); in closeControlsIfOutsideTouch() local