Searched refs:FLAG_TRANSLUCENT_STATUS (Results 1 – 8 of 8) sorted by relevance
36 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;488 mStatusBarColor = DecorView.calculateBarColor(windowFlags, FLAG_TRANSLUCENT_STATUS, in SystemBarBackgroundPainter()
55 | WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS // so WM gives us enough room in onCreate()
3042 public static final int FLAG_TRANSLUCENT_STATUS = 0x04000000; field in WindowManager.LayoutParams3144 FLAG_TRANSLUCENT_STATUS,3236 … @ViewDebug.FlagToString(mask = FLAG_TRANSLUCENT_STATUS, equals = FLAG_TRANSLUCENT_STATUS,5347 if ((diff & (FLAG_TRANSLUCENT_STATUS | FLAG_TRANSLUCENT_NAVIGATION)) != 0) { in copyFrom()
89 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;2970 if ((params.flags & FLAG_TRANSLUCENT_STATUS) != 0) { in getImpliedSystemUiVisibility()3103 || (flags & FLAG_TRANSLUCENT_STATUS) != 0) { in adjustLayoutParamsForCompatibility()
37 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;134 new ColorViewAttributes(FLAG_TRANSLUCENT_STATUS,1360 return calculateBarColor(mWindow.getAttributes().flags, FLAG_TRANSLUCENT_STATUS, in calculateStatusBarColor()
34 import static android.view.WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;2547 setFlags(FLAG_TRANSLUCENT_STATUS, FLAG_TRANSLUCENT_STATUS in generateLayout()
34722 field public static final int FLAG_TRANSLUCENT_STATUS = 67108864; // 0x4000000
54594 field @Deprecated public static final int FLAG_TRANSLUCENT_STATUS = 67108864; // 0x4000000