Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DSwitchBar.java141 (switchView, isChecked) -> setTextViewLabelAndBackground(isChecked)); in SwitchBar()
178 public void setTextViewLabelAndBackground(boolean isChecked) { in setTextViewLabelAndBackground() method in SwitchBar
187 setTextViewLabelAndBackground(isChecked()); in setSwitchBarText()
193 setTextViewLabelAndBackground(isChecked()); in setSwitchBarText()
214 setTextViewLabelAndBackground(checked); in setChecked()
219 setTextViewLabelAndBackground(checked); in setCheckedInternal()
382 setTextViewLabelAndBackground(ss.checked); in onRestoreInstanceState()