Home
last modified time | relevance | path

Searched refs:bottomRounded (Results 1 – 5 of 5) 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() argument
DNotificationTemplateViewWrapper.java328 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
329 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
332 return bottomRounded && mActionsContainer != null in shouldClipToRounding()
DNotificationViewWrapper.java302 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
DNotificationMediaTemplateViewWrapper.java338 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
/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);
1784 bottomRounded);
1790 boolean bottomRounded) {
1795 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);