Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
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()
DSwitchBarController.java47 mSwitchBar.setTextViewLabelAndBackground(isChecked); in updateTitle()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSwitchBar.java139 (switchView, isChecked) -> setTextViewLabelAndBackground(isChecked)); in SwitchBar()
170 public void setTextViewLabelAndBackground(boolean isChecked) { in setTextViewLabelAndBackground() method in SwitchBar
179 setTextViewLabelAndBackground(isChecked()); in setSwitchBarText()
200 setTextViewLabelAndBackground(checked); in setChecked()
205 setTextViewLabelAndBackground(checked); in setCheckedInternal()
382 setTextViewLabelAndBackground(ss.checked); in onRestoreInstanceState()
DSwitchBarController.java47 mSwitchBar.setTextViewLabelAndBackground(isChecked); in updateTitle()