Searched defs:guts (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java62 * The guts of a notification revealed when performing a long press.
87 * @return the view to be shown in the notification guts.
97 * Called when the guts view have been told to close, typically after an outside
101 * @param force whether the guts view should be forced closed regardless of state.
107 * @return whether the notification associated with these guts is set to be removed.
112 * @return whether these guts are a leavebehind (e.g. {@link NotificationSnooze}).
120 public void onGutsClosed(NotificationGuts guts); argument
124 public void onHeightChanged(NotificationGuts guts); argument
H A DNotificationInfo.java54 * The guts of a notification revealed when performing a long press.
394 public void setGutsParent(NotificationGuts guts) { argument
395 mGutsContainer = guts;
H A DNotificationSnooze.java423 public void setGutsParent(NotificationGuts guts) { argument
424 mGutsContainer = guts;
441 return false; // Return false here so that guts handles closing the view
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1820 Log.w(TAG, "Keeping notification because it's showing guts. " + key);
3184 // Close any guts that might be visible
6332 // The button in the guts that links to the system notification settings for that app
6378 final NotificationGuts guts = row.getGuts();
6379 guts.setClosedListener((NotificationGuts g) -> {
6400 guts.setHeightChangedListener((NotificationGuts g) -> {
6419 guts.resetFalsingCheck();
6426 guts.resetFalsingCheck();
6430 saveAndCloseNotificationMenu(info, row, guts, v);
6476 ExpandableNotificationRow row, NotificationGuts guts, Vie
6475 saveAndCloseNotificationMenu(NotificationInfo info, ExpandableNotificationRow row, NotificationGuts guts, View done) argument
[all...]

Completed in 82 milliseconds