Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DDebugRoundedCornerDelegate.kt85 topRoundedDrawable = it.toPathDrawable(paint) in applyNewDebugCorners()
96 bottomRoundedDrawable = it.toPathDrawable(paint) in applyNewDebugCorners()
170 fun toPathDrawable(paint: Paint) = in size() method