Searched refs:bottomRounded (Results 1 – 5 of 5) sorted by relevance
60 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
319 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument320 if (super.shouldClipToRounding(topRounded, bottomRounded)) { in shouldClipToRounding()323 return bottomRounded && mActionsContainer != null in shouldClipToRounding()
87 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
377 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) { in shouldClipToRounding() argument
1942 public boolean shouldClipToRounding(boolean topRounded, boolean bottomRounded) {1943 boolean needsPaddings = shouldClipToRounding(getVisibleType(), topRounded, bottomRounded);1946 bottomRounded);1952 boolean bottomRounded) {1957 return visibleWrapper.shouldClipToRounding(topRounded, bottomRounded);