Searched refs:applyRenderInfo (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | TouchBehavior.kt | 59 cvh.applyRenderInfo(enabled, lastColorOffset) 62 cvh.applyRenderInfo(enabled, lastColorOffset) 78 cvh.applyRenderInfo(enabled, colorOffset)
|
H A D | ThumbnailBehavior.kt | 96 cvh.applyRenderInfo(enabled, colorOffset) 105 cvh.applyRenderInfo(enabled, colorOffset)
|
H A D | DefaultBehavior.kt | 28 cvh.applyRenderInfo(false, colorOffset)
|
H A D | ToggleBehavior.kt | 62 cvh.applyRenderInfo(checked, colorOffset)
|
H A D | TemperatureControlBehavior.kt | 56 cvh.applyRenderInfo(enabled, activeMode)
|
H A D | ToggleRangeBehavior.kt | 142 cvh.applyRenderInfo(isChecked, colorOffset) 231 cvh.applyRenderInfo(checked, colorOffset, false /* animated */)
|
H A D | StatusBehavior.kt | 59 cvh.applyRenderInfo(false, colorOffset)
|
H A D | ControlViewHolder.kt | 280 internal fun applyRenderInfo(enabled: Boolean, offset: Int, animated: Boolean = true) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | ControlAdapter.kt | 274 applyRenderInfo(renderInfo, wrapper) 290 private fun applyRenderInfo(ri: RenderInfo, ci: ControlInterface) { regex
|