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
141 public PopupWindow(Context context) { method in class:PopupWindow
150 public PopupWindow(Context context, AttributeSet attrs) { method in class:PopupWindow
159 public PopupWindow(Context context, AttributeSet attrs, int defStyle) { method in class:PopupWindow
165 attrs, com.android.internal.R.styleable.PopupWindow, defStyle, 0);
215 public PopupWindow() { method in class:PopupWindow
228 public PopupWindow(View contentView) { method in class:PopupWindow
242 public PopupWindow(int width, int height) { method in class:PopupWindow
258 public PopupWindow(View contentView, int width, int height) { method in class:PopupWindow
274 public PopupWindow(Vie method in class:PopupWindow
[all...]

Completed in 37 milliseconds