Home
last modified time | relevance | path

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

12

/packages/apps/Settings/src/com/android/settings/widget/
DAppSwitchPreference.java41 final View switchView = view.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
DFilterTouchesSwitchPreference.java50 final View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
DFilterTouchesRestrictedSwitchPreference.java52 final View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
DSwitchBarController.java75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
DSwitchBar.java59 void onSwitchChanged(Switch switchView, boolean isChecked); in onSwitchChanged()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
DMultiTargetSwitchPreference.java50 Switch switchView = (Switch) view.findViewById( in onBindView() local
/packages/apps/Settings/src/com/android/settings/notification/
DBlockPreferenceController.java92 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
DZenAutomaticRuleSwitchPreferenceController.java86 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/packages/apps/Settings/src/com/android/settings/location/
DLocationSwitchBarController.java95 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/packages/apps/Settings/src/com/android/settings/deletionhelper/
DAutomaticStorageManagerSwitchBarController.java65 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/packages/apps/Settings/src/com/android/settings/nfc/
DAndroidBeam.java116 public void onSwitchChanged(Switch switchView, boolean desiredState) { in onSwitchChanged()
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleDaltonizerPreferenceFragment.java116 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
DToggleAutoclickPreferenceFragment.java151 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
DAccessibilityShortcutPreferenceFragment.java107 mSwitchBar.addOnSwitchChangeListener((Switch switchView, boolean enabled) -> { in onInstallSwitchBarToggleSwitch()
DToggleScreenMagnificationPreferenceFragment.java170 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DSyncStateSwitchPreference.java72 View switchView = view.findViewById(R.id.switch_widget_container); in onBindViewHolder() local
/packages/apps/Settings/src/com/android/settings/datausage/
DDataSaverSummary.java95 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
DCellDataPreference.java192 View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
/packages/apps/Settings/src/com/android/settings/accounts/
DSyncStateSwitchPreference.java86 View switchView = view.findViewById(com.android.internal.R.id.switch_widget); in onBindViewHolder() local
/packages/apps/Settings/src/com/android/settings/security/
DScreenPinningSettings.java188 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java204 View switchView = holder.findViewById(android.R.id.switch_widget); in onBindViewHolder() local
210 final Switch switchView = (Switch) view; in syncSwitchView() local
217 final Switch switchView = (Switch) view; in syncSwitchView() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DSpellCheckersSettings.java111 public void onSwitchChanged(final Switch switchView, final boolean isChecked) { in onSwitchChanged()
/packages/apps/Settings/src/com/android/settings/development/
DDevelopmentSettingsDashboardFragment.java208 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/packages/apps/Settings/src/com/android/settings/print/
DPrintServiceSettingsFragment.java295 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSub.java360 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged()

12