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 D | TvPipMenuView.java | 522 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 D | ConfirmationPrompt.java | 237 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 D | AccessibilityUserState.java | 415 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 D | KeyguardIndicationController.java | 1053 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 D | View.java | 28031 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()
|