Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt47 private lateinit var customDrawable: Drawable variable in com.android.systemui.qs.tileimpl.QSTileViewImplTest
59 customDrawableView = tileView.requireViewById(R.id.customDrawable) in setUp()
163 state.sideViewCustomDrawable = customDrawable in testShowCustomDrawableViewBooleanState()
174 state.sideViewCustomDrawable = customDrawable in testShowCustomDrawableViewNonBooleanState()
185 state.sideViewCustomDrawable = customDrawable in testShowCustomDrawableViewBooleanStateForceChevron()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt207 customDrawableView = sideView.requireViewById(R.id.customDrawable) in <lambda>()