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.java845 final View guts = row.findViewById(R.id.notification_guts); in inflateGuts() local
866 final View settingsButton = guts.findViewById(R.id.notification_inspect_item); in inflateGuts()
868 = guts.findViewById(R.id.notification_inspect_app_provided_settings); in inflateGuts()
926 final NotificationGuts guts = (NotificationGuts) v.findViewById( in getNotificationLongClicker() local
928 if (guts == null) { in getNotificationLongClicker()
934 if (guts.getVisibility() == View.VISIBLE) { in getNotificationLongClicker()
939 guts.setVisibility(View.VISIBLE); in getNotificationLongClicker()
940 final double horz = Math.max(guts.getWidth() - x, x); in getNotificationLongClicker()
941 final double vert = Math.max(guts.getActualHeight() - y, y); in getNotificationLongClicker()
944 = ViewAnimationUtils.createCircularReveal(guts, x, y, 0, r); in getNotificationLongClicker()
[all …]