Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DTouchBehavior.kt59 cvh.applyRenderInfo(enabled, lastColorOffset)
62 cvh.applyRenderInfo(enabled, lastColorOffset)
78 cvh.applyRenderInfo(enabled, colorOffset)
H A DThumbnailBehavior.kt96 cvh.applyRenderInfo(enabled, colorOffset)
105 cvh.applyRenderInfo(enabled, colorOffset)
H A DDefaultBehavior.kt28 cvh.applyRenderInfo(false, colorOffset)
H A DToggleBehavior.kt62 cvh.applyRenderInfo(checked, colorOffset)
H A DTemperatureControlBehavior.kt56 cvh.applyRenderInfo(enabled, activeMode)
H A DToggleRangeBehavior.kt142 cvh.applyRenderInfo(isChecked, colorOffset)
231 cvh.applyRenderInfo(checked, colorOffset, false /* animated */)
H A DStatusBehavior.kt59 cvh.applyRenderInfo(false, colorOffset)
H A DControlViewHolder.kt280 internal fun applyRenderInfo(enabled: Boolean, offset: Int, animated: Boolean = true) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlAdapter.kt274 applyRenderInfo(renderInfo, wrapper)
290 private fun applyRenderInfo(ri: RenderInfo, ci: ControlInterface) { regex