Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMediaTemplateViewWrapper.java60 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
DNotificationCustomViewWrapper.java87 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
DNotificationTemplateViewWrapper.java315 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
316 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
319 return bottomRounded && mActionsContainer != null in shouldClipToRounding()
DNotificationViewWrapper.java394 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java2051 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) {
2052 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded);
2055 bottomRounded);
2061 boolean bottomRounded) {
2066 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);