Searched refs:updateControls (Results 1 – 3 of 3) sorted by relevance
192 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
110 updateControls(); in onResume()153 updateControls(); in onZenModeConfigChanged()178 private void updateControls() { in updateControls() method in ZenModeRuleSettingsBase
300 val changed = Favorites.updateControls(componentName, controls)520 if (Favorites.updateControls(componentName, listOf(control))) {618 fun updateControls(componentName: ComponentName, controls: List<Control>): Boolean { regex