Searched defs:roundedCorner (Results 1 – 13 of 13) 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
124 RoundedCorner roundedCorner = new RoundedCorner(POSITION_BOTTOM_LEFT, 5, 6, 7); in testSetRoundedCorner() local
64 private val roundedCorner = mock<RoundedCorner>() constant
53 private val roundedCorner = mock<RoundedCorner>() constant
66 val roundedCorner = in onInitialized() constant
61 float roundedCorner, in BorderModifierOperation()204 float roundedCorner, in apply()
167 final RoundedCorner roundedCorner = getDisplay().getRoundedCorner(cornerPosition); in InvertedRoundedCornerDrawInfo() local
1073 final RoundedCorner roundedCorner = mSplitWindowManager.getDividerView().getDisplay() in moveSurface() local
64 val roundedCorner: Boolean constant
457 public void setRoundedCorner(@Position int position, @Nullable RoundedCorner roundedCorner) { in setRoundedCorner()486 final RoundedCorner roundedCorner = mRoundedCorners[i]; in scale() local
1648 @Nullable RoundedCorner roundedCorner) { in setRoundedCorner()
75 public ListRowPresenterBuilder configRoundedCorner(boolean roundedCorner) { in configRoundedCorner()
78 RoundedCornerState roundedCorner; member