Home
last modified time | relevance | path

Searched refs:topRounded (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()
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);
2054 needsPaddings |= shouldClipToRounding(mTransformationStartVisibleType, topRounded,
2060 private boolean shouldClipToRounding(int visibleType, boolean topRounded,
2066 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);