Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBatteryStatusChip.kt34 private val roundedContainer: LinearLayout constant
41 roundedContainer = requireViewById(R.id.rounded_container)
59 roundedContainer.setLeftTopRightBottom(l - left, t - top, r - left, b - top) in setBoundsForAnimation()
74 roundedContainer.background = mContext.getDrawable(R.drawable.statusbar_chip_bg) in updateResources()