Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/decor/
H A DRoundedCornerResDelegateTest.kt75 roundedTopDrawable = getTestsDrawable(R.drawable.rounded3px),
84 roundedTopDrawable = getTestsDrawable(R.drawable.rounded4px),
96 roundedTopDrawable = getTestsDrawable(R.drawable.rounded3px),
114 roundedTopDrawable = getTestsDrawable(R.drawable.rounded4px),
136 roundedTopDrawable: Drawable? = null,
151 roundedTopDrawable?.let { drawable ->
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java1457 @Nullable Drawable roundedTopDrawable, @Nullable Drawable roundedBottomDrawable, in setupResources() argument
1486 if (roundedTopDrawable != null) { in setupResources()
1489 roundedTopDrawable); in setupResources()