Searched refs:mSoftwareTypeCheckBox (Results 1 – 3 of 3) sorted by relevance
71 private CheckBox mSoftwareTypeCheckBox; field in AccessibilityShortcutPreferenceFragment266 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupEditShortcutDialog()267 setDialogTextAreaClickListener(dialogSoftwareView, mSoftwareTypeCheckBox); in setupEditShortcutDialog()281 if (mSoftwareTypeCheckBox == null || mHardwareTypeCheckBox == null) { in getShortcutTypeCheckBoxValue()286 if (mSoftwareTypeCheckBox.isChecked()) { in getShortcutTypeCheckBoxValue()436 mSoftwareTypeCheckBox.setChecked( in updateEditShortcutDialogCheckBox()
72 private CheckBox mSoftwareTypeCheckBox; field in ToggleScreenMagnificationPreferenceFragment218 if (mSoftwareTypeCheckBox == null || mHardwareTypeCheckBox == null) { in getShortcutTypeCheckBoxValue()223 if (mSoftwareTypeCheckBox.isChecked()) { in getShortcutTypeCheckBoxValue()238 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupMagnificationEditShortcutDialog()239 setDialogTextAreaClickListener(dialogSoftwareView, mSoftwareTypeCheckBox); in setupMagnificationEditShortcutDialog()274 mSoftwareTypeCheckBox.setChecked( in updateMagnificationEditShortcutDialogCheckBox()
114 private CheckBox mSoftwareTypeCheckBox; field in ToggleFeaturePreferenceFragment591 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupEditShortcutDialog()592 setDialogTextAreaClickListener(dialogSoftwareView, mSoftwareTypeCheckBox); in setupEditShortcutDialog()617 mSoftwareTypeCheckBox.setChecked( in updateEditShortcutDialogCheckBox()638 if (mSoftwareTypeCheckBox == null || mHardwareTypeCheckBox == null) { in getShortcutTypeCheckBoxValue()643 if (mSoftwareTypeCheckBox.isChecked()) { in getShortcutTypeCheckBoxValue()