Home
last modified time | relevance | path

Searched refs:a11yEnabled (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuView.java522 boolean a11yEnabled = mA11yManager.isEnabled(); in showMovementHints()
523 setArrowA11yEnabled(mArrowUp, a11yEnabled, KEYCODE_DPAD_UP); in showMovementHints()
524 setArrowA11yEnabled(mArrowDown, a11yEnabled, KEYCODE_DPAD_DOWN); in showMovementHints()
525 setArrowA11yEnabled(mArrowLeft, a11yEnabled, KEYCODE_DPAD_LEFT); in showMovementHints()
526 setArrowA11yEnabled(mArrowRight, a11yEnabled, KEYCODE_DPAD_RIGHT); in showMovementHints()
528 animateAlphaTo(a11yEnabled ? 1f : 0f, mA11yDoneButton); in showMovementHints()
529 if (a11yEnabled) { in showMovementHints()
/aosp14/frameworks/base/core/java/android/security/
H A DConfirmationPrompt.java237 int a11yEnabled = Settings.Secure.getInt(contentResolver, in isAccessibilityServiceRunning() local
239 if (a11yEnabled == 1) { in isAccessibilityServiceRunning()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityUserState.java415 final boolean a11yEnabled = isUiAutomationRunning in getClientStateLocked()
417 if (a11yEnabled) { in getClientStateLocked()
421 if (a11yEnabled && mIsTouchExplorationEnabled) { in getClientStateLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java1053 final boolean a11yEnabled = mAccessibilityManager.isEnabled() in showActionToUnlock()
1056 if (a11yEnabled) { in showActionToUnlock()
1073 if (a11yEnabled) { in showActionToUnlock()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java28031 final boolean a11yEnabled = AccessibilityManager.getInstance(mContext).isEnabled(); in startDragAndDrop()
28032 if (a11yEnabled && (flags & View.DRAG_FLAG_ACCESSIBILITY_ACTION) != 0) { in startDragAndDrop()
28124 if (a11yEnabled) { in startDragAndDrop()