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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java51 public class PopupWindow { class
155 public PopupWindow(Context context) { method in class:PopupWindow
164 public PopupWindow(Context context, AttributeSet attrs) { method in class:PopupWindow
173 public PopupWindow(Context context, AttributeSet attrs, int defStyle) { method in class:PopupWindow
182 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:PopupWindow
188 attrs, com.android.internal.R.styleable.PopupWindow, defStyleAttr, defStyleRes);
242 public PopupWindow() { method in class:PopupWindow
255 public PopupWindow(View contentView) { method in class:PopupWindow
269 public PopupWindow(int width, int height) { method in class:PopupWindow
285 public PopupWindow(Vie method in class:PopupWindow
301 public PopupWindow(View contentView, int width, int height, boolean focusable) { method in class:PopupWindow
[all...]

Completed in 320 milliseconds