Searched refs:bottomRounded (Results 1 – 5 of 5) sorted by relevance
60 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
87 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
315 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument316 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()319 return bottomRounded && mActionsContainer != null in shouldClipToRounding()
394 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
2051 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) {2052 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded);2055 bottomRounded);2061 boolean bottomRounded) {2066 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);