Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java899 final View guts = row.getGuts(); in bindGuts() local
920 final View settingsButton = guts.findViewById(R.id.notification_inspect_item); in bindGuts()
922 = guts.findViewById(R.id.notification_inspect_app_provided_settings); in bindGuts()
983 final NotificationGuts guts = row.getGuts(); in getNotificationLongClicker() local
984 if (guts == null) { in getNotificationLongClicker()
990 if (guts.getVisibility() == View.VISIBLE) { in getNotificationLongClicker()
996 guts.setVisibility(View.VISIBLE); in getNotificationLongClicker()
997 final double horz = Math.max(guts.getWidth() - x, x); in getNotificationLongClicker()
998 final double vert = Math.max(guts.getActualHeight() - y, y); in getNotificationLongClicker()
1001 = ViewAnimationUtils.createCircularReveal(guts, x, y, 0, r); in getNotificationLongClicker()
[all …]