- parent
- a parent view to get the Android.Views.View.WindowToken token from
- gravity
- the gravity which controls the placement of the popup window
- x
- the popup's x location offset
- y
- the popup's y location offset
Display the content view in a popup window at the specified location. If the popup window cannot fit on screen, it will be clipped. See Android.Views.WindowManagerLayoutParams for more information on how gravity and the x and y parameters are related. Specifying a gravity of Android.Views.Gravity.NO_GRAVITY is similar to specifying Gravity.LEFT | Gravity.TOP.