Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationMediaTemplateViewWrapper.java60 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
H A DNotificationTemplateViewWrapper.java319 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
320 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
323 return bottomRounded && mActionsContainer != null in shouldClipToRounding()
H A DNotificationCustomViewWrapper.java87 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
H A DNotificationViewWrapper.java377 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1942 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) {
1943 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded);
1946 bottomRounded);
1952 boolean bottomRounded) {
1957 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);