popupwindow
 listviewvoid  showAsDropDown(View anchor, int xoff, int yoff)
Display the content view in a popup window anchored to the bottom-left corner of the anchor view offset by the specified x and y coordinates.
void  showAsDropDown(View anchor)
Display the content view in a popup window anchored to the bottom-left corner of the anchor view.
void  showAtLocation(View parent, int gravity, int x, int y)
Display the content view in a popup window at the specified location.