Lines Matching defs:guts

1820             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, View done) {
6477 guts.resetFalsingCheck();
6500 Log.e(TAG, "Trying to show notification guts, but not attached to window");
6516 NotificationGuts guts = row.getGuts();
6519 if (guts == null) {
6520 // This view has no guts. Examples are the more card or the dismiss all view
6527 guts.setVisibility(View.INVISIBLE);
6528 // Post to ensure the the guts are properly laid out.
6529 guts.post(new Runnable() {
6533 Log.e(TAG, "Trying to show notification guts, but not attached to "
6540 guts.setVisibility(View.VISIBLE);
6541 final double horz = Math.max(guts.getWidth() - x, x);
6542 final double vert = Math.max(guts.getHeight() - y, y);
6545 = ViewAnimationUtils.createCircularReveal(guts, x, y, 0, r);
6560 guts.setExposed(true /* exposed */, needsFalsingProtection);
6563 mNotificationGutsExposed = guts;
6580 * Closes guts or notification menus that might be visible and saves any changes.
6583 * @param force true if guts should be closed regardless of state (used for snooze only).
6815 // but since this field is used in the guts, it must be accurate.
7384 Log.w(TAG, "Notification that was kept for guts was updated. " + key);