Home
last modified time | relevance | path

Searched refs:FLAG_TRANSLUCENT_STATUS (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java35 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;
473 mStatusBarColor = DecorView.calculateBarColor(windowFlags, FLAG_TRANSLUCENT_STATUS, in SystemBarBackgroundPainter()
/aosp14/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java55 | WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS // so WM gives us enough room in onCreate()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java2844 public static final int FLAG_TRANSLUCENT_STATUS = 0x04000000; field in WindowManager.LayoutParams
2946 FLAG_TRANSLUCENT_STATUS,
3038 … @ViewDebug.FlagToString(mask = FLAG_TRANSLUCENT_STATUS, equals = FLAG_TRANSLUCENT_STATUS,
5029 if ((diff & (FLAG_TRANSLUCENT_STATUS | FLAG_TRANSLUCENT_NAVIGATION)) != 0) { in copyFrom()
H A DViewRootImpl.java66 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;
2703 if ((params.flags & FLAG_TRANSLUCENT_STATUS) != 0) { in getImpliedSystemUiVisibility()
2827 || (flags & FLAG_TRANSLUCENT_STATUS) != 0) { in adjustLayoutParamsForCompatibility()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java39 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;
140 new ColorViewAttributes(FLAG_TRANSLUCENT_STATUS,
1388 return calculateBarColor(mWindow.getAttributes().flags, FLAG_TRANSLUCENT_STATUS, in calculateStatusBarColor()
H A DPhoneWindow.java31 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;
2455 setFlags(FLAG_TRANSLUCENT_STATUS, FLAG_TRANSLUCENT_STATUS in generateLayout()
/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.txt54022 field @Deprecated public static final int FLAG_TRANSLUCENT_STATUS = 67108864; // 0x4000000