Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/decor/
H A DRoundedCornerResDelegateTest.kt76 roundedBottomDrawable = getTestsDrawable(R.drawable.rounded4px))
85 roundedBottomDrawable = getTestsDrawable(R.drawable.rounded5px))
97 roundedBottomDrawable = getTestsDrawable(R.drawable.rounded4px))
115 roundedBottomDrawable = getTestsDrawable(R.drawable.rounded4px))
137 roundedBottomDrawable: Drawable? = null
154 roundedBottomDrawable?.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
1491 if (roundedBottomDrawable != null) { in setupResources()
1494 roundedBottomDrawable); in setupResources()