Searched refs:shouldClipToRounding (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationCustomViewWrapper.java | 86 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationCustomViewWrapper
|
D | NotificationTemplateViewWrapper.java | 328 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationTemplateViewWrapper 329 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
|
D | NotificationViewWrapper.java | 302 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationViewWrapper
|
D | NotificationMediaTemplateViewWrapper.java | 338 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationMediaTemplateViewWrapper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1780 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);
|
D | ExpandableNotificationRow.java | 3073 if (getShowingLayout().shouldClipToRounding(true /* topRounded */, 3090 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f,
|