Merge "Fixed bug with pop-up window placement at the bottom in split-screen" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
21bbc5a775
@@ -697,7 +697,7 @@ final class WindowState implements WindowManagerPolicy.WindowState {
|
|||||||
// The offset from the layout containing frame to the actual containing frame.
|
// The offset from the layout containing frame to the actual containing frame.
|
||||||
final int layoutXDiff;
|
final int layoutXDiff;
|
||||||
final int layoutYDiff;
|
final int layoutYDiff;
|
||||||
if (mInsetFrame.isEmpty() && (fullscreenTask || layoutInParentFrame())) {
|
if (fullscreenTask || layoutInParentFrame()) {
|
||||||
// We use the parent frame as the containing frame for fullscreen and child windows
|
// We use the parent frame as the containing frame for fullscreen and child windows
|
||||||
mContainingFrame.set(pf);
|
mContainingFrame.set(pf);
|
||||||
mDisplayFrame.set(df);
|
mDisplayFrame.set(df);
|
||||||
|
|||||||
Reference in New Issue
Block a user