Searched refs:mRoundedDefault (Results 1 – 2 of 2) sorted by relevance
121 protected int mRoundedDefault; field in ScreenDecorations416 updateRoundedCornerSize(mRoundedDefault, mRoundedDefaultTop, mRoundedDefaultBottom); in updateView()599 final boolean roundedCornersChanged = mRoundedDefault != newRoundedDefault in updateRoundedCornerRadii()608 mRoundedDefault = Math.max(d.getIntrinsicWidth(), d.getIntrinsicHeight()); in updateRoundedCornerRadii()609 mRoundedDefaultTop = mRoundedDefaultBottom = mRoundedDefault; in updateRoundedCornerRadii()611 mRoundedDefault = newRoundedDefault; in updateRoundedCornerRadii()665 return mRoundedDefault > 0 || mRoundedDefaultBottom > 0 || mRoundedDefaultTop > 0 in hasRoundedCorners()715 int size = mRoundedDefault; in onTuningChanged()
212 assertThat(mScreenDecorations.mRoundedDefault).isEqualTo(testRadius); in testRoundingRadius_NoCutout()321 assertThat(mScreenDecorations.mRoundedDefault).isEqualTo(multipleRadiusSize); in testRoundingMultipleRadius_NoCutout()603 assertEquals(mScreenDecorations.mRoundedDefault, 20); in testUpdateRoundedCorners()608 assertEquals(mScreenDecorations.mRoundedDefault, 5); in testUpdateRoundedCorners()