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 | 315 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument 316 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
|
D | NotificationViewWrapper.java | 367 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
|
D | NotificationMediaTemplateViewWrapper.java | 408 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1812 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument 1813 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded); in shouldClipToRounding() 1815 needsPaddings |= shouldClipToRounding(mTransformationStartVisibleType, topRounded, in shouldClipToRounding() 1821 private boolean shouldClipToRounding(int visibleType, boolean topRounded, in shouldClipToRounding() argument 1827 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded); in shouldClipToRounding()
|