Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt157 private lateinit var qsTileFocusBackground: Drawable in <lambda>() variable
331 qsTileFocusBackground = mContext.getDrawable(R.drawable.qs_tile_focused_background)!! in <lambda>()
366 qsTileFocusBackground.setBounds(0, 0, width, height) in <lambda>()
367 overlay.add(qsTileFocusBackground) in <lambda>()