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.java302 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationViewWrapper
DNotificationMediaTemplateViewWrapper.java338 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationMediaTemplateViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1780 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) {
1781 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded);
1783 needsPaddings |= shouldClipToRounding(mTransformationStartVisibleType, topRounded,
1789 private boolean shouldClipToRounding(int visibleType, boolean topRounded,
1795 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);
DExpandableNotificationRow.java3073 if (getShowingLayout().shouldClipToRounding(true /* topRounded */,
3090 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f,