Home
last modified time | relevance | path

Searched refs:hasShortcutType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleScreenMagnificationPreferenceFragment.java238 hasShortcutType(value, UserShortcutType.SOFTWARE)); in updateMagnificationEditShortcutDialogCheckBox()
240 hasShortcutType(value, UserShortcutType.HARDWARE)); in updateMagnificationEditShortcutDialogCheckBox()
242 hasShortcutType(value, UserShortcutType.TRIPLETAP)); in updateMagnificationEditShortcutDialogCheckBox()
251 private boolean hasShortcutType(int value, @UserShortcutType int type) { in hasShortcutType() method in ToggleScreenMagnificationPreferenceFragment
268 if (hasShortcutType(shortcutTypes, UserShortcutType.SOFTWARE)) { in getShortcutTypeSummary()
271 if (hasShortcutType(shortcutTypes, UserShortcutType.HARDWARE)) { in getShortcutTypeSummary()
277 if (hasShortcutType(shortcutTypes, UserShortcutType.TRIPLETAP)) { in getShortcutTypeSummary()
DAccessibilityShortcutPreferenceFragment.java353 if (hasShortcutType(shortcutTypes, AccessibilityUtil.UserShortcutType.SOFTWARE)) { in getShortcutTypeSummary()
356 if (hasShortcutType(shortcutTypes, AccessibilityUtil.UserShortcutType.HARDWARE)) { in getShortcutTypeSummary()
384 hasShortcutType(value, AccessibilityUtil.UserShortcutType.SOFTWARE)); in updateEditShortcutDialogCheckBox()
386 hasShortcutType(value, AccessibilityUtil.UserShortcutType.HARDWARE)); in updateEditShortcutDialogCheckBox()
395 private boolean hasShortcutType(int value, @AccessibilityUtil.UserShortcutType int type) { in hasShortcutType() method in AccessibilityShortcutPreferenceFragment
DToggleFeaturePreferenceFragment.java580 hasShortcutType(value, UserShortcutType.SOFTWARE)); in updateEditShortcutDialogCheckBox()
582 hasShortcutType(value, UserShortcutType.HARDWARE)); in updateEditShortcutDialogCheckBox()
591 private boolean hasShortcutType(int value, @UserShortcutType int type) { in hasShortcutType() method in ToggleFeaturePreferenceFragment
630 if (hasShortcutType(shortcutTypes, UserShortcutType.SOFTWARE)) { in getShortcutTypeSummary()
633 if (hasShortcutType(shortcutTypes, UserShortcutType.HARDWARE)) { in getShortcutTypeSummary()