Searched refs:mRoundedDefaultBottom (Results 1 – 2 of 2) sorted by relevance
125 protected int mRoundedDefaultBottom; field in ScreenDecorations576 || mRoundedDefaultBottom != newRoundedDefaultBottom in updateRoundedCornerRadii()585 mRoundedDefaultTop = mRoundedDefaultBottom = mRoundedDefault; in updateRoundedCornerRadii()589 mRoundedDefaultBottom = newRoundedDefaultBottom; in updateRoundedCornerRadii()691 return mRoundedDefault > 0 || mRoundedDefaultBottom > 0 || mRoundedDefaultTop > 0 in hasRoundedCorners()791 int sizeBottom = mRoundedDefaultBottom; in onTuningChanged()
207 assertThat(mScreenDecorations.mRoundedDefaultBottom).isEqualTo(testRadius); in testRoundingRadius()237 assertThat(mScreenDecorations.mRoundedDefaultBottom).isEqualTo(multipleRadiusSize); in testRoundingMultipleRadius()