Searched defs:PopupWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java61 public class PopupWindow { class
191 public PopupWindow(Context context) { method in class:PopupWindow
200 public PopupWindow(Context context, AttributeSet attrs) { method in class:PopupWindow
209 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { method in class:PopupWindow
218 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:PopupWindow
223 attrs, R.styleable.PopupWindow, defStyleAttr, defStyleRes);
265 public PopupWindow() { method in class:PopupWindow
278 public PopupWindow(View contentView) { method in class:PopupWindow
292 public PopupWindow(int width, int height) { method in class:PopupWindow
308 public PopupWindow(Vie method in class:PopupWindow
324 public PopupWindow(View contentView, int width, int height, boolean focusable) { method in class:PopupWindow
[all...]

Completed in 48 milliseconds