/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/ |
H A D | SwitchItem.java | 95 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 D | OnMainSwitchChangeListener.java | 29 void onSwitchChanged(Switch switchView, boolean isChecked); in onSwitchChanged()
|
/aosp12/frameworks/base/core/java/android/preference/ |
H A D | SwitchPreference.java | 138 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 D | SettingsMainSwitchPreferenceController.java | 52 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
H A D | FilterTouchesRestrictedSwitchPreference.java | 53 final View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
|
H A D | FilterTouchesSwitchPreference.java | 51 final View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
|
H A D | MainSwitchBarController.java | 77 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
H A D | SwitchBarController.java | 75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
/aosp12/packages/apps/Settings/src/com/android/settings/display/ |
H A D | AutoBrightnessDetailPreferenceController.java | 61 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
H A D | AutoRotateSwitchBarController.java | 75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
H A D | NightDisplayActivationPreferenceController.java | 84 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
H A D | MultiTargetSwitchPreference.java | 52 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 D | DarkModeSectionView.java | 43 Switch switchView = findViewById(R.id.dark_mode_toggle); in onFinishInflate() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/emergency/ |
H A D | EmergencyGesturePreferenceController.java | 75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | DividerSwitchPreference.java | 48 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 D | WifiScanningMainSwitchPreferenceController.java | 77 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
H A D | BluetoothScanningMainSwitchPreferenceController.java | 76 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
H A D | LocationSwitchBarController.java | 98 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
/aosp12/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/ |
H A D | AppSwitchPreference.java | 55 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 D | BlockPreferenceController.java | 108 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
/aosp12/packages/apps/Settings/src/com/android/settings/deletionhelper/ |
H A D | AutomaticStorageManagerSwitchBarController.java | 67 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/ |
H A D | ZenAutomaticRuleSwitchPreferenceController.java | 89 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/ |
H A D | PreventRingingSwitchPreferenceController.java | 97 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/ |
H A D | SyncPreference.java | 50 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 D | DarkModeActivationPreferenceController.java | 95 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
|