Merge "Fix window affecting SysUi visibility for once and all" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6cfc8afa7a
@@ -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?
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user