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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java53 public class PopupWindow { class
169 public PopupWindow(Context context) { method in class:PopupWindow
178 public PopupWindow(Context context, AttributeSet attrs) { method in class:PopupWindow
187 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { method in class:PopupWindow
196 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:PopupWindow
201 attrs, R.styleable.PopupWindow, defStyleAttr, defStyleRes);
220 public PopupWindow() { method in class:PopupWindow
233 public PopupWindow(View contentView) { method in class:PopupWindow
247 public PopupWindow(int width, int height) { method in class:PopupWindow
263 public PopupWindow(Vie method in class:PopupWindow
279 public PopupWindow(View contentView, int width, int height, boolean focusable) { method in class:PopupWindow
[all...]

Completed in 150 milliseconds