Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DPlayControlsRowView.java192 updateControls(true); in onFinishInflate()
236 updateControls(true); in onFinishInflate()
337 updateControls(false); in onBind()
344 updateControls(false); in onBind()
352 updateControls(false); in onBind()
360 updateControls(false); in onBind()
410 updateControls(true); in onPreselected()
513 updateControls(forceUpdate); in updateAll()
516 private void updateControls(boolean forceUpdate) { in updateControls() method in PlayControlsRowView
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeRuleSettingsBase.java110 updateControls(); in onResume()
153 updateControls(); in onZenModeConfigChanged()
178 private void updateControls() { in updateControls() method in ZenModeRuleSettingsBase
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsControllerImpl.kt300 val changed = Favorites.updateControls(componentName, controls)
520 if (Favorites.updateControls(componentName, listOf(control))) {
618 fun updateControls(componentName: ComponentName, controls: List<Control>): Boolean { regex