Searched refs:mSoftwareTypeCheckBox (Results 1 – 3 of 3) sorted by relevance
75 private CheckBox mSoftwareTypeCheckBox; field in AccessibilityShortcutPreferenceFragment302 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupEditShortcutDialog()303 setDialogTextAreaClickListener(dialogSoftwareView, mSoftwareTypeCheckBox); in setupEditShortcutDialog()317 if (mSoftwareTypeCheckBox == null || mHardwareTypeCheckBox == null) { in getShortcutTypeCheckBoxValue()322 if (mSoftwareTypeCheckBox.isChecked()) { in getShortcutTypeCheckBoxValue()494 mSoftwareTypeCheckBox.setChecked( in updateEditShortcutDialogCheckBox()
121 private CheckBox mSoftwareTypeCheckBox; field in ToggleFeaturePreferenceFragment645 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupEditShortcutDialog()646 setDialogTextAreaClickListener(dialogSoftwareView, mSoftwareTypeCheckBox); in setupEditShortcutDialog()670 mSoftwareTypeCheckBox.setChecked( in updateEditShortcutDialogCheckBox()691 if (mSoftwareTypeCheckBox == null || mHardwareTypeCheckBox == null) { in getShortcutTypeCheckBoxValue()696 if (mSoftwareTypeCheckBox.isChecked()) { in getShortcutTypeCheckBoxValue()
88 private CheckBox mSoftwareTypeCheckBox; field in ToggleScreenMagnificationPreferenceFragment359 if (mSoftwareTypeCheckBox == null || mHardwareTypeCheckBox == null) { in getShortcutTypeCheckBoxValue()364 if (mSoftwareTypeCheckBox.isChecked()) { in getShortcutTypeCheckBoxValue()384 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupMagnificationEditShortcutDialog()385 setDialogTextAreaClickListener(dialogSoftwareView, mSoftwareTypeCheckBox); in setupMagnificationEditShortcutDialog()428 mSoftwareTypeCheckBox.setChecked( in updateMagnificationEditShortcutDialogCheckBox()