Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 174c92aa authored by Tenghui Zhu's avatar Tenghui Zhu Committed by android-build-merger
Browse files

Merge "Update the javaDoc for VectorDrawable and AnimatedVectorDrawable" into...

Merge "Update the javaDoc for VectorDrawable and AnimatedVectorDrawable" into nyc-mr1-dev am: 5cb0c13f
am: d4f839c4

Change-Id: Iba7c42c3284b1b4b8c3df90c82ce24723d3dfba3
parents 9f356727 d4f839c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1547,7 +1547,7 @@ public class PopupWindow {
        }
        }


        // Let the window manager know to align the top to y.
        // Let the window manager know to align the top to y.
        outParams.gravity = Gravity.LEFT | Gravity.TOP;
        outParams.gravity = computeGravity();
        outParams.width = width;
        outParams.width = width;
        outParams.height = height;
        outParams.height = height;