Home
last modified time | relevance | path

Searched defs:switchView (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/MainSwitchPreference/src/com/android/settingslib/widget/
H A DOnMainSwitchChangeListener.java29 void onSwitchChanged(Switch switchView, boolean isChecked); in onSwitchChanged()
H A DMainSwitchPreference.java121 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/aosp14/frameworks/base/core/java/android/preference/
H A DSwitchPreference.java138 final Switch switchView = (Switch) checkableView; in onBindView() local
145 final Switch switchView = (Switch) checkableView; in onBindView() local
/aosp14/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/
H A DAppSwitchPreference.java55 final View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedSwitchPreference.java116 final View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local