Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java1037 assertEquals(getDrawableIntrinsicSize(R.drawable.rounded_corner_top), in testOnlyRoundedCornerRadiusTop()
1058 assertEquals(getDrawableIntrinsicSize(R.drawable.rounded_corner_bottom), in testOnlyRoundedCornerRadiusBottom()
1441 private Size getDrawableIntrinsicSize(@DrawableRes int drawableResId) { in getDrawableIntrinsicSize() method in ScreenDecorationsTest