Searched refs:resDelegate (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
H A D | RoundedCornerDecorProviderImpl.kt | 132 resDelegate: RoundedCornerResDelegate, 136 resDelegate.topRoundedDrawable 138 resDelegate.bottomRoundedDrawable
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | ScreenDecorationsTest.java | 579 assertThat(resDelegate.getTopRoundedSize()).isEqualTo(testRadiusPoint); in testRoundingRadius_NoCutout() 1014 assertEquals(new Size(3, 3), resDelegate.getTopRoundedSize()); in testUpdateRoundedCorners() 1015 assertEquals(new Size(4, 4), resDelegate.getBottomRoundedSize()); in testUpdateRoundedCorners() 1022 assertEquals(new Size(6, 6), resDelegate.getTopRoundedSize()); in testUpdateRoundedCorners() 1023 assertEquals(new Size(8, 8), resDelegate.getBottomRoundedSize()); in testUpdateRoundedCorners() 1035 assertEquals(true, resDelegate.getHasTop()); in testOnlyRoundedCornerRadiusTop() 1036 assertEquals(false, resDelegate.getHasBottom()); in testOnlyRoundedCornerRadiusTop() 1038 resDelegate.getTopRoundedSize()); in testOnlyRoundedCornerRadiusTop() 1056 assertEquals(false, resDelegate.getHasTop()); in testOnlyRoundedCornerRadiusBottom() 1057 assertEquals(true, resDelegate.getHasBottom()); in testOnlyRoundedCornerRadiusBottom() [all …]
|