Searched refs:mRoundedDefault (Results 1 – 2 of 2) sorted by relevance
205 assertThat(mScreenDecorations.mRoundedDefault).isEqualTo(testRadius); in testRoundingRadius()235 assertThat(mScreenDecorations.mRoundedDefault).isEqualTo(multipleRadiusSize); in testRoundingMultipleRadius()366 assertEquals(mScreenDecorations.mRoundedDefault, 20); in testUpdateRoundedCorners()371 assertEquals(mScreenDecorations.mRoundedDefault, 5); in testUpdateRoundedCorners()
121 protected int mRoundedDefault; field in ScreenDecorations575 final boolean roundedCornersChanged = mRoundedDefault != newRoundedDefault in updateRoundedCornerRadii()584 mRoundedDefault = Math.max(d.getIntrinsicWidth(), d.getIntrinsicHeight()); in updateRoundedCornerRadii()585 mRoundedDefaultTop = mRoundedDefaultBottom = mRoundedDefault; in updateRoundedCornerRadii()587 mRoundedDefault = newRoundedDefault; in updateRoundedCornerRadii()691 return mRoundedDefault > 0 || mRoundedDefaultBottom > 0 || mRoundedDefaultTop > 0 in hasRoundedCorners()789 int size = mRoundedDefault; in onTuningChanged()