Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryAttributionDrawable.kt60 val padTop = (bounds.height() - dh) / 2 in updateBoundsInner() constant
63 (bounds.top + padTop).roundToInt(), in updateBoundsInner()
65 (bounds.top + padTop + dh).roundToInt() in updateBoundsInner()