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/
DNotificationCustomViewWrapper.java86 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationCustomViewWrapper
DNotificationTemplateViewWrapper.java328 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationTemplateViewWrapper
329 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
DNotificationViewWrapper.java308 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationViewWrapper
DNotificationMediaTemplateViewWrapper.java398 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationMediaTemplateViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1692 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) {
1693 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded);
1695 needsPaddings |= shouldClipToRounding(mTransformationStartVisibleType, topRounded,
1701 private boolean shouldClipToRounding(int visibleType, boolean topRounded,
1707 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);
DExpandableNotificationRow.java3054 if (getShowingLayout().shouldClipToRounding(true /* topRounded */,
3071 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f,