Searched refs:topRounded (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationCustomViewWrapper.java | 64 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
|
D | NotificationMediaTemplateViewWrapper.java | 65 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
|
D | NotificationViewWrapper.java | 177 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
|
D | NotificationTemplateViewWrapper.java | 314 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument 315 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 1639 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument 1640 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded); in shouldClipToRounding() 1642 needsPaddings |= shouldClipToRounding(mTransformationStartVisibleType, topRounded, in shouldClipToRounding() 1648 private boolean shouldClipToRounding(int visibleType, boolean topRounded, in shouldClipToRounding() argument 1654 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded); in shouldClipToRounding()
|