Searched refs:chevronIcon (Results 1 – 2 of 2) sorted by relevance
115 fun chevronIcon() { in chevronIcon() method128 val chevronIcon = baseLayout.requireViewById<View>(R.id.chevron_icon) in chevronIcon() constant130 assertThat(chevronIcon.visibility).isEqualTo(View.VISIBLE) in chevronIcon()
102 val chevronIcon: ImageView = layout.requireViewById(R.id.chevron_icon) constant in com.android.systemui.controls.ui.ControlViewHolder169 chevronIcon.visibility = if (usePanel()) View.VISIBLE else View.INVISIBLE in bindData()502 chevronIcon.imageTintList = icon.imageTintList in updateStatusRow()508 chevronIcon.isEnabled = enabled in setEnabled()