Home
last modified time | relevance | path

Searched refs:IMPORTANT_FOR_ACCESSIBILITY_YES (Results 1 – 25 of 37) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DFindViewByIdTest.java56 child1.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in testFindViewById()
57 child2.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in testFindViewById()
75 child1.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in testFindViewByIdReturnNullIfRemovedFromHierarchy()
76 child2.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in testFindViewByIdReturnNullIfRemovedFromHierarchy()
91 child2.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in testFindViewByIdReturnNullIfNotImportant()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java321 ? View.IMPORTANT_FOR_ACCESSIBILITY_YES in setSelectableForHeaders()
362 holder.mTileView.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in onBindViewHolder()
397 holder.mTileView.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in onBindViewHolder()
408 ? View.IMPORTANT_FOR_ACCESSIBILITY_YES in onBindViewHolder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooterView.java82 setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in onFinishInflate()
/aosp14/frameworks/base/core/java/android/widget/
H A DTimePickerSpinnerDelegate.java20 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_YES;
217 mDelegator.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in TimePickerSpinnerDelegate()
H A DAdapterView.java264 setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in AdapterView()
702 emptyView.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in setEmptyView()
H A DRadioGroup.java101 setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in RadioGroup()
H A DAbsSpinner.java209 view.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in onMeasure()
H A DAdapterViewAnimator.java426 updatedChild.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in refreshChildren()
H A DDatePickerSpinnerDelegate.java235 mDelegator.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in DatePickerSpinnerDelegate()
H A DSimpleMonthView.java174 setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in SimpleMonthView()
H A DRadialTimePickerView.java387 setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in RadialTimePickerView()
H A DProgressBar.java419 setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in ProgressBar()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java579 .setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in updateImportantForAccessibility_hasChild_onKeyGuard_importantForA11y()
602 .setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in updateImportantForAccessibility_hasChild_notOnKeyGuard_importantForA11y()
618 .setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in updateImportantForAccessibility_noChild_notOnKeyGuard_importantForA11y()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
H A DShadeCarrierGroupController.java20 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_YES;
214 view.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in ShadeCarrierGroupController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerTest.java344 verify(mLockIconView).setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in lockIconAccessibility_bouncerNotAnimatingAway_viewVisible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/binder/
H A DFooterActionsViewBinder.kt62 view.importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_YES
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java20 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_YES;
700 IMPORTANT_FOR_ACCESSIBILITY_YES); in populateKeyboardShortcuts()
H A DKeyboardShortcutListSearch.java19 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_YES;
1047 IMPORTANT_FOR_ACCESSIBILITY_YES); in populateKeyboardShortcutSearchList()
H A DNotificationShelf.java976 setImportantForAccessibility(mInteractive ? View.IMPORTANT_FOR_ACCESSIBILITY_YES in updateInteractiveness()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputAdapter.java407 View.IMPORTANT_FOR_ACCESSIBILITY_YES); in updateEndClickArea()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt164 importantForAccessibility = IMPORTANT_FOR_ACCESSIBILITY_YES
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java357 accessibilityEnabled ? View.IMPORTANT_FOR_ACCESSIBILITY_YES in updateVisibility()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java185 setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in ResolverDrawerLayout()
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java1935 return IMPORTANT_FOR_ACCESSIBILITY_YES; in getImportantForAccessibility()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1655 .setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in updateBubblesAcessibillityStates()
1672 i == 0 ? View.IMPORTANT_FOR_ACCESSIBILITY_YES : in updateBubblesAcessibillityStates()

12