Merge "Fix "Screen is pinned" dialog not showing completely in multi-window mode." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-06 02:58:22 +00:00
committed by Android (Google) Code Review

View File

@@ -107,7 +107,7 @@ public class ScreenPinningRequest implements View.OnClickListener {
final WindowManager.LayoutParams lp = new WindowManager.LayoutParams(
ViewGroup.LayoutParams.MATCH_PARENT,
ViewGroup.LayoutParams.MATCH_PARENT,
WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL,
WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY,
WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN
| WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE,
PixelFormat.TRANSLUCENT);