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
576 || 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java207 assertThat(mScreenDecorations.mRoundedDefaultBottom).isEqualTo(testRadius); in testRoundingRadius()
237 assertThat(mScreenDecorations.mRoundedDefaultBottom).isEqualTo(multipleRadiusSize); in testRoundingMultipleRadius()