Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
DKeyguardIndicationArea.kt59 importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_AUTO in setAlpha()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickQSPanel.java251 setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in setExpansion()
DPagedTileLayout.java395 setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in updateSelected()
/frameworks/base/core/java/android/widget/
DTimePickerSpinnerDelegate.java19 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
216 if (mDelegator.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in TimePickerSpinnerDelegate()
DAdapterView.java263 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in AdapterView()
701 && emptyView.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in setEmptyView()
DAbsSpinner.java208 if (view.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in onMeasure()
DAdapterViewAnimator.java425 == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in refreshChildren()
DDatePickerSpinnerDelegate.java234 if (mDelegator.getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in DatePickerSpinnerDelegate()
DRadialTimePickerView.java390 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in RadialTimePickerView()
DProgressBar.java427 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in ProgressBar()
DNumberPicker.java806 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in NumberPicker()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.kt383 View.IMPORTANT_FOR_ACCESSIBILITY_AUTO in <lambda>()
384 verify(mockHeadsUpActions).importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_AUTO in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBottomAreaViewBinder.kt218 View.IMPORTANT_FOR_ACCESSIBILITY_AUTO in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputAdapter.java498 view.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in enableFocusPropertyForView()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt22 import android.view.View.IMPORTANT_FOR_ACCESSIBILITY_AUTO in <lambda>()
1070 IMPORTANT_FOR_ACCESSIBILITY_AUTO in WidgetContent()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java227 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in ActionBarView()
558 mUpGoerFive.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_AUTO); in updateHomeAccessibility()
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()
DViewPager.java363 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in ViewPager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java25 import static androidx.core.view.ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
2454 : IMPORTANT_FOR_ACCESSIBILITY_AUTO; in setBouncerShowingForStatusBarComponents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2249 ? View.IMPORTANT_FOR_ACCESSIBILITY_AUTO
2259 ? View.IMPORTANT_FOR_ACCESSIBILITY_AUTO
DNotificationContentView.java2148 : View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
/frameworks/base/core/java/android/view/
DView.java3274 public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0x00000000; field in View
3295 static final int IMPORTANT_FOR_ACCESSIBILITY_DEFAULT = IMPORTANT_FOR_ACCESSIBILITY_AUTO;
3339 static final int PFLAG2_IMPORTANT_FOR_ACCESSIBILITY_MASK = (IMPORTANT_FOR_ACCESSIBILITY_AUTO
8825 && getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
11824 && getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
11873 if (nonEmptyDesc && getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
15293 @ViewDebug.IntToString(from = IMPORTANT_FOR_ACCESSIBILITY_AUTO, to = "auto"),
15300 @EnumEntry(value = IMPORTANT_FOR_ACCESSIBILITY_AUTO, name = "auto"),
15438 final boolean maySkipNotify = oldMode == IMPORTANT_FOR_ACCESSIBILITY_AUTO in setImportantForAccessibility()
15439 || mode == IMPORTANT_FOR_ACCESSIBILITY_AUTO; in setImportantForAccessibility()
DSurfaceView.java2082 || mode != IMPORTANT_FOR_ACCESSIBILITY_AUTO) { in getImportantForAccessibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java1192 View.IMPORTANT_FOR_ACCESSIBILITY_AUTO); in hideRingerDrawer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java4343 : View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);

12