Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DDebugRoundedCornerDelegate.kt45 override var bottomRoundedDrawable: Drawable? = null variable in com.android.systemui.decor.DebugRoundedCornerDelegate
96 bottomRoundedDrawable = it.toPathDrawable(paint) in applyNewDebugCorners()
101 bottomRoundedDrawable = null in applyNewDebugCorners()
116 bottomRoundedDrawable = null in removeDebugState()
126 bottomRoundedDrawable?.let { in reloadMeasures()
DRoundedCornerResDelegate.kt36 val bottomRoundedDrawable: Drawable? in <lambda>() constant
64 override var bottomRoundedDrawable: Drawable? = null variable in com.android.systemui.decor.RoundedCornerResDelegateImpl
116 bottomRoundedDrawable = getDrawable( in reloadRes()
127 bottomRoundedDrawable?.let { in reloadMeasures()
DRoundedCornerDecorProviderImpl.kt138 resDelegate.bottomRoundedDrawable in setRoundedCornerImage()