Searched refs:topRounded (Results 1 – 5 of 5) 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() argument
|
D | NotificationTemplateViewWrapper.java | 328 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument 329 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
|
D | NotificationViewWrapper.java | 308 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
|
D | NotificationMediaTemplateViewWrapper.java | 398 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1692 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { 1693 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded); 1695 needsPaddings |= shouldClipToRounding(mTransformationStartVisibleType, topRounded, 1701 private boolean shouldClipToRounding(int visibleType, boolean topRounded, 1707 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);
|