Searched refs:bottomRounded (Results 1 – 5 of 5) sorted by relevance
86 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()
367 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
408 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
1812 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument1813 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded); in shouldClipToRounding()1816 bottomRounded); in shouldClipToRounding()1822 boolean bottomRounded) { in shouldClipToRounding() argument1827 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded); in shouldClipToRounding()