Merge "Only force drawing status bar background if target >= N" into nyc-dev

am: fe52f91

* commit 'fe52f91f0cee39b186b1b892fc3344d3279640cf':
  Only force drawing status bar background if target >= N

Change-Id: I424d896d801dc57ed8e14fce3205644060d33e8e
This commit is contained in:
Jorim Jaggi
2016-04-09 04:11:00 +00:00
committed by android-build-merger
4 changed files with 52 additions and 22 deletions

View File

@@ -1239,6 +1239,13 @@ public interface WindowManager extends ViewManager {
*/
public static final int PRIVATE_FLAG_LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME = 0x00010000;
/**
* Flag to indicate that this window is always drawing the status bar background, no matter
* what the other flags are.
* @hide
*/
public static final int PRIVATE_FLAG_FORCE_DRAW_STATUS_BAR_BACKGROUND = 0x00020000;
/**
* Control flags that are private to the platform.
* @hide