Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryAttributionDrawable.kt59 val padLeft = (bounds.width() - dw) / 2 in updateBoundsInner() constant
62 (bounds.left + padLeft).roundToInt(), in updateBoundsInner()
64 (bounds.left + padLeft + dw).roundToInt(), in updateBoundsInner()