Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlActionCoordinatorImpl.kt105 val blockable = cvh.usePanel() in <lambda>()
111 if (cvh.usePanel()) { in <lambda>()
DControlViewHolder.kt169 chevronIcon.visibility = if (usePanel()) View.VISIBLE else View.INVISIBLE in bindData()
251 fun usePanel(): Boolean { in usePanel() method