Searched refs:shouldClipToRounding (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationMediaTemplateViewWrapper.java | 60 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationMediaTemplateViewWrapper
|
D | NotificationCustomViewWrapper.java | 87 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationCustomViewWrapper
|
D | NotificationTemplateViewWrapper.java | 315 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationTemplateViewWrapper 316 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
|
D | NotificationViewWrapper.java | 394 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() method in NotificationViewWrapper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 2051 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { 2052 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded); 2054 needsPaddings |= shouldClipToRounding(mTransformationStartVisibleType, topRounded, 2060 private boolean shouldClipToRounding(int visibleType, boolean topRounded, 2066 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);
|
D | ExpandableNotificationRow.java | 3597 && contentView.shouldClipToRounding(getTopRoundness() != 0.0f,
|