Searched defs:roundedCorner (Results 1 – 8 of 8) sorted by relevance
39 RoundedCorner roundedCorner = new RoundedCorner( in testGetPosition() local46 RoundedCorner roundedCorner = new RoundedCorner( in testGetRadius() local53 RoundedCorner roundedCorner = new RoundedCorner( in testGetCenter() local60 RoundedCorner roundedCorner = new RoundedCorner(RoundedCorner.POSITION_BOTTOM_LEFT); in testIsEmpty() local66 RoundedCorner roundedCorner = in testIsEmpty_negativeCenter() local73 RoundedCorner roundedCorner = new RoundedCorner( in testEquals() local
97 RoundedCorner roundedCorner = new RoundedCorner(POSITION_BOTTOM_LEFT, 5, 6, 7); in testSetRoundedCorner() local
245 c.drawRoundRect(boxRect, roundedCorner, roundedCorner, p); in generateWidgetPreview() argument
61 final RoundedCorner roundedCorner = getDisplay().getRoundedCorner(position); in getCornerRadius() local
121 final RoundedCorner roundedCorner = getDisplay().getRoundedCorner(cornerPosition); in InvertedRoundedCornerDrawInfo() local
386 public void setRoundedCorner(@Position int position, @Nullable RoundedCorner roundedCorner) { in setRoundedCorner()415 final RoundedCorner roundedCorner = mRoundedCorners[i]; in scale() local
1341 @Nullable RoundedCorner roundedCorner) { in setRoundedCorner()
75 public ListRowPresenterBuilder configRoundedCorner(boolean roundedCorner) { in configRoundedCorner()