Searched refs:FLAG_TRANSLUCENT_STATUS (Results 1 – 8 of 8) sorted by relevance
35 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;473 mStatusBarColor = DecorView.calculateBarColor(windowFlags, FLAG_TRANSLUCENT_STATUS, in SystemBarBackgroundPainter()
55 | WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS // so WM gives us enough room in onCreate()
2844 public static final int FLAG_TRANSLUCENT_STATUS = 0x04000000; field in WindowManager.LayoutParams2946 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()
66 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()
39 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()
31 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;2455 setFlags(FLAG_TRANSLUCENT_STATUS, FLAG_TRANSLUCENT_STATUS in generateLayout()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
54022 field @Deprecated public static final int FLAG_TRANSLUCENT_STATUS = 67108864; // 0x4000000