Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryLayersDrawable.kt64 private val fill: BatteryFillDrawable,
337 val fill = BatteryFillDrawable(framePath) in newBatteryDrawable()
DBatteryFillDrawable.kt39 class BatteryFillDrawable(private val framePath: Path) : Drawable() { in <lambda>() class