Home
last modified time | relevance | path

Searched refs:shouldClipToRounding (Results 1 – 6 of 6) 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() method in NotificationMediaTemplateViewWrapper
H A DNotificationCustomViewWrapper.java87 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationCustomViewWrapper
H A DNotificationTemplateViewWrapper.java319 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationTemplateViewWrapper
320 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
H A DNotificationViewWrapper.java377 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationViewWrapper
/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);
1945 needsPaddings |= shouldClipToRounding(mTransformationStartVisibleType, topRounded,
1951 private boolean shouldClipToRounding(int visibleType, boolean topRounded,
1957 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);
H A DExpandableNotificationRow.java3487 && contentView.shouldClipToRounding(getTopRoundness() != 0.0f,