Home
last modified time | relevance | path

Searched refs:shouldClipToRounding (Results 1 – 6 of 6) 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() method in NotificationMediaTemplateViewWrapper
DNotificationCustomViewWrapper.java87 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationCustomViewWrapper
DNotificationTemplateViewWrapper.java315 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationTemplateViewWrapper
316 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
DNotificationViewWrapper.java394 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationViewWrapper
/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);
DExpandableNotificationRow.java3597 && contentView.shouldClipToRounding(getTopRoundness() != 0.0f,