Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlViewHolderTest.kt115 fun chevronIcon() { in chevronIcon() method in com.android.systemui.controls.ui.ControlViewHolderTest
128 val chevronIcon = baseLayout.requireViewById<View>(R.id.chevron_icon) in chevronIcon() constant
130 assertThat(chevronIcon.visibility).isEqualTo(View.VISIBLE) in chevronIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt102 val chevronIcon: ImageView = layout.requireViewById(R.id.chevron_icon) constant in com.android.systemui.controls.ui.ControlViewHolder
169 chevronIcon.visibility = if (usePanel()) View.VISIBLE else View.INVISIBLE in bindData()
502 chevronIcon.imageTintList = icon.imageTintList in updateStatusRow()
508 chevronIcon.isEnabled = enabled in setEnabled()