Home
last modified time | relevance | path

Searched refs:IMPORTANT_FOR_ACCESSIBILITY_AUTO (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallButtonGridFragment.java86 : View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in onInCallScreenDialpadVisibilityChange()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanel.java242 setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in setExpansion()
H A DPagedTileLayout.java325 setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in updateSelected()
/aosp12/frameworks/base/core/java/android/widget/
H A DTimePickerSpinnerDelegate.java19 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
216 if (mDelegator.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in TimePickerSpinnerDelegate()
H A DAdapterView.java263 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in AdapterView()
701 && emptyView.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in setEmptyView()
H A DAbsSpinner.java208 if (view.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in onMeasure()
H A DAdapterViewAnimator.java423 if (updatedChild.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in refreshChildren()
H A DDatePickerSpinnerDelegate.java234 if (mDelegator.getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in DatePickerSpinnerDelegate()
H A DRadialTimePickerView.java385 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in RadialTimePickerView()
H A DProgressBar.java420 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in ProgressBar()
H A DNumberPicker.java806 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in NumberPicker()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionModeController.java137 View.IMPORTANT_FOR_ACCESSIBILITY_AUTO, R.id.toolbar, R.id.roots_toolbar); in onDestroyActionMode()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java462 mShutterButton.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in setShutterButtonImportantToA11y()
H A DModeListView.java1111 selectorItem.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in enableA11yOnModeSelectorItems()
/aosp12/packages/apps/Dialer/java/com/android/dialer/main/impl/
H A DMainSearchController.java358 .setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in closeSearch()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java227 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in ActionBarView()
558 mUpGoerFive.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_AUTO); in updateHomeAccessibility()
H A DRecyclerView.java557 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in RecyclerView()
5689 == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in attachAccessibilityDelegate()
10154 View.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
10421 mWasImportantForAccessibilityBeforeHidden = View.IMPORTANT_FOR_ACCESSIBILITY_AUTO; in resetInternal()
10443 mWasImportantForAccessibilityBeforeHidden = View.IMPORTANT_FOR_ACCESSIBILITY_AUTO; in onLeftHiddenState()
H A DViewPager.java363 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in ViewPager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java29 import static androidx.core.view.ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
1818 : View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in setQsExpanded()
3481 : IMPORTANT_FOR_ACCESSIBILITY_AUTO; in setBouncerShowingForStatusBarComponents()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java1958 || mode != IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in getImportantForAccessibility()
H A DView.java3039 public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0x00000000; field in View
3060 static final int IMPORTANT_FOR_ACCESSIBILITY_DEFAULT = IMPORTANT_FOR_ACCESSIBILITY_AUTO;
3066 static final int PFLAG2_IMPORTANT_FOR_ACCESSIBILITY_MASK = (IMPORTANT_FOR_ACCESSIBILITY_AUTO
10763 && getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in setStateDescription()
10801 if (nonEmptyDesc && getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in setContentDescription()
13631 @ViewDebug.IntToString(from = IMPORTANT_FOR_ACCESSIBILITY_AUTO, to = "auto"),
13638 @EnumEntry(value = IMPORTANT_FOR_ACCESSIBILITY_AUTO, name = "auto"),
13738 final boolean maySkipNotify = oldMode == IMPORTANT_FOR_ACCESSIBILITY_AUTO in setImportantForAccessibility()
13739 || mode == IMPORTANT_FOR_ACCESSIBILITY_AUTO; in setImportantForAccessibility()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java326 : IMPORTANT_FOR_ACCESSIBILITY_AUTO); in startDrag()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/
H A DDialtactsActivity.java895 .setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in hideDialpadFragment()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1383 alpha > 0 ? IMPORTANT_FOR_ACCESSIBILITY_AUTO in updatePageAlphaValues()
1567 : IMPORTANT_FOR_ACCESSIBILITY_AUTO; in updateAccessibilityFlags()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1897 ? View.IMPORTANT_FOR_ACCESSIBILITY_AUTO

12