Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryLayersDrawable.kt62 private val frameBg: Drawable, constant in com.android.systemui.battery.unified.BatteryLayersDrawable
69 ) : LayerDrawable(arrayOf(frameBg, frame, fill, textOnly, spaceSharingText, attribution)) {
133 frameBg.setTint(colorInfo.bg) in updateColorProfile()
209 frameBg.draw(canvas) in draw()
331 val frameBg = in newBatteryDrawable() constant
343 frameBg = frameBg, in newBatteryDrawable()