Searched refs:updateStatusRow (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/ |
D | ControlViewHolderTest.kt | 94 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/ |
D | ControlViewHolder.kt | 297 updateStatusRow(enabled, newText, ri.icon, fg, control) in applyRenderInfo() 464 internal fun updateStatusRow( in updateStatusRow() method in com.android.systemui.controls.ui.ControlViewHolder
|