Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlViewHolderTest.kt94 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) in updateStatusRow_customIconWithTint_iconTintRemains()
109 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) in updateStatusRow_customIconWithTintList_iconTintListRemains()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt297 updateStatusRow(enabled, newText, ri.icon, fg, control) in applyRenderInfo()
464 internal fun updateStatusRow( in updateStatusRow() method in com.android.systemui.controls.ui.ControlViewHolder