Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlViewHolderTest.kt101 val customIconTintList = ColorStateList.valueOf(TINT_COLOR) in updateStatusRow_customIconWithTintList_iconTintListRemains() constant
105 .setTintList(customIconTintList) in updateStatusRow_customIconWithTintList_iconTintListRemains()
111 assertThat(cvh.icon.imageTintList).isEqualTo(customIconTintList) in updateStatusRow_customIconWithTintList_iconTintListRemains()