Home
last modified time | relevance | path

Searched refs:SYSTEM_UI_FLAG_IMMERSIVE_STICKY (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootImplTest.java19 import static android.view.View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
213 attrs.systemUiVisibility = SYSTEM_UI_FLAG_IMMERSIVE_STICKY; in adjustLayoutParamsForCompatibility_noAdjustBehavior()
/aosp14/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/
H A DMirrorSurfaceActivity.java213 | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY in createMirrorOverlay()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java517 | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java33 import static android.view.View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
3941 SYSTEM_UI_FLAG_IMMERSIVE_STICKY,
H A DView.java3954 public static final int SYSTEM_UI_FLAG_IMMERSIVE_STICKY = 0x00001000; field in View
4323 @ViewDebug.FlagToString(mask = SYSTEM_UI_FLAG_IMMERSIVE_STICKY,
4324 equals = SYSTEM_UI_FLAG_IMMERSIVE_STICKY,
4380 SYSTEM_UI_FLAG_IMMERSIVE_STICKY,
H A DViewRootImpl.java30 import static android.view.View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
2808 if ((sysUiVis & SYSTEM_UI_FLAG_IMMERSIVE_STICKY) != 0 in adjustLayoutParamsForCompatibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java620 | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY in createMirrorWindow()
/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.txt52810 field @Deprecated public static final int SYSTEM_UI_FLAG_IMMERSIVE_STICKY = 4096; // 0x1000