Searched refs:shouldClipToRounding (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationMediaTemplateViewWrapper.java | 60 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationMediaTemplateViewWrapper
|
H A D | NotificationCustomViewWrapper.java | 87 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationCustomViewWrapper
|
H A D | NotificationTemplateViewWrapper.java | 319 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationTemplateViewWrapper 320 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
|
H A D | NotificationViewWrapper.java | 379 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationViewWrapper
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 1827 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationContentView 1828 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded); in shouldClipToRounding() 1830 needsPaddings |= shouldClipToRounding(mTransformationStartVisibleType, topRounded, in shouldClipToRounding() 1836 private boolean shouldClipToRounding(int visibleType, boolean topRounded, in shouldClipToRounding() method in NotificationContentView 1842 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded); in shouldClipToRounding()
|
H A D | ExpandableNotificationRow.java | 3222 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f,
|