Home
last modified time | relevance | path

Searched refs:mRoundedDefaultBottom (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java125 protected int mRoundedDefaultBottom; field in ScreenDecorations
416 updateRoundedCornerSize(mRoundedDefault, mRoundedDefaultTop, mRoundedDefaultBottom); in updateView()
600 || mRoundedDefaultBottom != newRoundedDefaultBottom in updateRoundedCornerRadii()
609 mRoundedDefaultTop = mRoundedDefaultBottom = mRoundedDefault; in updateRoundedCornerRadii()
613 mRoundedDefaultBottom = newRoundedDefaultBottom; in updateRoundedCornerRadii()
665 return mRoundedDefault > 0 || mRoundedDefaultBottom > 0 || mRoundedDefaultTop > 0 in hasRoundedCorners()
717 int sizeBottom = mRoundedDefaultBottom; in onTuningChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java214 assertThat(mScreenDecorations.mRoundedDefaultBottom).isEqualTo(testRadius); in testRoundingRadius_NoCutout()
323 assertThat(mScreenDecorations.mRoundedDefaultBottom).isEqualTo(multipleRadiusSize); in testRoundingMultipleRadius_NoCutout()