Merge change 21494 into eclair

* changes:
  Allow animation styles to be applied to popup windows.
This commit is contained in:
Android (Google) Code Review
2009-08-17 09:48:55 -07:00

View File

@@ -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);
}