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

Commit 7d68dae9 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 21494 into eclair

* changes:
  Allow animation styles to be applied to popup windows.
parents 86192c61 d034856a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -817,6 +817,7 @@ public class PopupWindow {
     * @param p the layout parameters of the popup's content view
     */
    private void invokePopup(WindowManager.LayoutParams p) {
        p.packageName = mContext.getPackageName();
        mWindowManager.addView(mPopupView, p);
    }