Merge "Fix window affecting SysUi visibility for once and all" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-23 16:58:38 +00:00
committed by Android (Google) Code Review
3 changed files with 26 additions and 8 deletions

View File

@@ -400,6 +400,13 @@ public interface WindowManagerPolicy {
*/
boolean isAnimatingLw();
/**
* @return Whether the window can affect SystemUI flags, meaning that SystemUI (system bars,
* for example) will be affected by the flags specified in this window. This is the
* case when the surface is on screen but not exiting.
*/
boolean canAffectSystemUiFlags();
/**
* Is this window considered to be gone for purposes of layout?
*/