Searched refs:isTouchExploreEnabled (Results 1 – 4 of 4) sorted by relevance
168 final boolean isTouchExploreEnabled = AccessibilityUtil.isTouchExploreEnabled(context); in setupGestureNavigationTextWithImage()172 isTouchExploreEnabled ? R.drawable.illustration_accessibility_gesture_three_finger in setupGestureNavigationTextWithImage()177 textView.setText(isTouchExploreEnabled in setupGestureNavigationTextWithImage()424 resId = AccessibilityUtil.isTouchExploreEnabled(context) in createSoftwareImage()451 final int resId = AccessibilityUtil.isTouchExploreEnabled(context) in getSoftwareInstruction()
120 AccessibilityUtil.isTouchExploreEnabled(mContext) in updatePreviewPreference()
467 final int resId = AccessibilityUtil.isTouchExploreEnabled(context) in retrieveSoftwareShortcutSummary()486 resId = AccessibilityUtil.isTouchExploreEnabled(context) in retrieveSoftwareShortcutImageResId()
161 public static boolean isTouchExploreEnabled(Context context) { in isTouchExploreEnabled() method in AccessibilityUtil