Home
last modified time | relevance | path

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

123

/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DSwitchItem.java95 final SwitchCompat switchView = (SwitchCompat) view.findViewById(R.id.suw_items_switch); in toggle() local
102 final SwitchCompat switchView = (SwitchCompat) view.findViewById(R.id.suw_items_switch); in onBindView() local
/aosp12/frameworks/base/packages/SettingsLib/MainSwitchPreference/src/com/android/settingslib/widget/
H A DOnMainSwitchChangeListener.java29 void onSwitchChanged(Switch switchView, boolean isChecked); in onSwitchChanged()
/aosp12/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
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsMainSwitchPreferenceController.java52 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
H A DFilterTouchesRestrictedSwitchPreference.java53 final View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
H A DFilterTouchesSwitchPreference.java51 final View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
H A DMainSwitchBarController.java77 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
H A DSwitchBarController.java75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DAutoBrightnessDetailPreferenceController.java61 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
H A DAutoRotateSwitchBarController.java75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
H A DNightDisplayActivationPreferenceController.java84 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DMultiTargetSwitchPreference.java52 Switch switchView = holder.itemView.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/mode/
H A DDarkModeSectionView.java43 Switch switchView = findViewById(R.id.dark_mode_toggle); in onFinishInflate() local
/aosp12/packages/apps/Settings/src/com/android/settings/emergency/
H A DEmergencyGesturePreferenceController.java75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DDividerSwitchPreference.java48 final View switchView = holder.itemView.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
/aosp12/packages/apps/Settings/src/com/android/settings/location/
H A DWifiScanningMainSwitchPreferenceController.java77 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
H A DBluetoothScanningMainSwitchPreferenceController.java76 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
H A DLocationSwitchBarController.java98 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/aosp12/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
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DBlockPreferenceController.java108 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/deletionhelper/
H A DAutomaticStorageManagerSwitchBarController.java67 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenAutomaticRuleSwitchPreferenceController.java89 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/
H A DPreventRingingSwitchPreferenceController.java97 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DSyncPreference.java50 View switchView = view.findViewById(com.android.internal.R.id.switch_widget); in onBindViewHolder() local
/aosp12/packages/apps/Settings/src/com/android/settings/display/darkmode/
H A DDarkModeActivationPreferenceController.java95 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()

123