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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java49 public class PopupWindow { class
144 public PopupWindow(Context context) { method in class:PopupWindow
153 public PopupWindow(Context context, AttributeSet attrs) { method in class:PopupWindow
162 public PopupWindow(Context context, AttributeSet attrs, int defStyle) { method in class:PopupWindow
168 attrs, com.android.internal.R.styleable.PopupWindow, defStyle, 0);
222 public PopupWindow() { method in class:PopupWindow
235 public PopupWindow(View contentView) { method in class:PopupWindow
249 public PopupWindow(int width, int height) { method in class:PopupWindow
265 public PopupWindow(View contentView, int width, int height) { method in class:PopupWindow
281 public PopupWindow(Vie method in class:PopupWindow
[all...]

Completed in 45 milliseconds