Home
last modified time | relevance | path

Searched refs:bottomRounded (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java319 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
320 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()
323 return bottomRounded && mActionsContainer != null in shouldClipToRounding()
H A DNotificationMediaTemplateViewWrapper.java60 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
H A DNotificationCustomViewWrapper.java87 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
H A DNotificationViewWrapper.java379 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1827 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
1828 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded); in shouldClipToRounding()
1831 bottomRounded); in shouldClipToRounding()
1837 boolean bottomRounded) { in shouldClipToRounding() argument
1842 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded); in shouldClipToRounding()