Searched refs:bottomRounded (Results 1 – 5 of 5) sorted by relevance
86 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
328 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument329 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()332 return bottomRounded && mActionsContainer != null in shouldClipToRounding()
308 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
398 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
1692 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) {1693 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded);1696 bottomRounded);1702 boolean bottomRounded) {1707 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);