Home
last modified time | relevance | path

Searched refs:ACCESSIBILITY_LIVE_REGION_ASSERTIVE (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/
H A DChipbarCoordinator.kt29 import android.view.View.ACCESSIBILITY_LIVE_REGION_ASSERTIVE
233 chipInnerView.accessibilityLiveRegion = ACCESSIBILITY_LIVE_REGION_ASSERTIVE
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/
H A DMediaTttChipControllerReceiver.kt35 import android.view.View.ACCESSIBILITY_LIVE_REGION_ASSERTIVE
238 iconContainerView.accessibilityLiveRegion = ACCESSIBILITY_LIVE_REGION_ASSERTIVE
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java801 View.ACCESSIBILITY_LIVE_REGION_ASSERTIVE); in onCountdown()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java3183 public static final int ACCESSIBILITY_LIVE_REGION_ASSERTIVE = 0x00000002; field in View
3195 | ACCESSIBILITY_LIVE_REGION_POLITE | ACCESSIBILITY_LIVE_REGION_ASSERTIVE)
14654 @EnumEntry(value = ACCESSIBILITY_LIVE_REGION_ASSERTIVE, name = "assertive")
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52667 field public static final int ACCESSIBILITY_LIVE_REGION_ASSERTIVE = 2; // 0x2