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.java1069 final NotificationGuts guts = row.getGuts(); in bindGuts() local
1134 ExpandableNotificationRow row, NotificationGuts guts, View done) { in saveImportanceCloseControls()
1158 Log.e(TAG, "Trying to show notification guts, but not attached to window"); in getNotificationLongClicker()
1166 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.java4137 NotificationGuts guts = mPhoneStatusBar.getExposedGuts(); in closeControlsIfOutsideTouch() local