Searched refs:mSoftwareTypeCheckBox (Results 1 – 3 of 3) sorted by relevance
73 private CheckBox mSoftwareTypeCheckBox; field in AccessibilityShortcutPreferenceFragment288 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupEditShortcutDialog()289 setDialogTextAreaClickListener(dialogSoftwareView, mSoftwareTypeCheckBox); in setupEditShortcutDialog()303 if (mSoftwareTypeCheckBox == null || mHardwareTypeCheckBox == null) { in getShortcutTypeCheckBoxValue()308 if (mSoftwareTypeCheckBox.isChecked()) { in getShortcutTypeCheckBoxValue()475 mSoftwareTypeCheckBox.setChecked( in updateEditShortcutDialogCheckBox()
117 private CheckBox mSoftwareTypeCheckBox; field in ToggleFeaturePreferenceFragment598 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupEditShortcutDialog()599 setDialogTextAreaClickListener(dialogSoftwareView, mSoftwareTypeCheckBox); in setupEditShortcutDialog()624 mSoftwareTypeCheckBox.setChecked( in updateEditShortcutDialogCheckBox()645 if (mSoftwareTypeCheckBox == null || mHardwareTypeCheckBox == null) { in getShortcutTypeCheckBoxValue()650 if (mSoftwareTypeCheckBox.isChecked()) { in getShortcutTypeCheckBoxValue()
82 private CheckBox mSoftwareTypeCheckBox; field in ToggleScreenMagnificationPreferenceFragment323 if (mSoftwareTypeCheckBox == null || mHardwareTypeCheckBox == null) { in getShortcutTypeCheckBoxValue()328 if (mSoftwareTypeCheckBox.isChecked()) { in getShortcutTypeCheckBoxValue()343 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupMagnificationEditShortcutDialog()344 setDialogTextAreaClickListener(dialogSoftwareView, mSoftwareTypeCheckBox); in setupMagnificationEditShortcutDialog()379 mSoftwareTypeCheckBox.setChecked( in updateMagnificationEditShortcutDialogCheckBox()