Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java51 public class PopupWindow { class
150 public PopupWindow(Context context) { in PopupWindow() method in PopupWindow
159 public PopupWindow(Context context, AttributeSet attrs) { in PopupWindow() method in PopupWindow
168 public PopupWindow(Context context, AttributeSet attrs, int defStyle) { in PopupWindow() method in PopupWindow
177 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in PopupWindow() method in PopupWindow
237 public PopupWindow() { in PopupWindow() method in PopupWindow
250 public PopupWindow(View contentView) { in PopupWindow() method in PopupWindow
264 public PopupWindow(int width, int height) { in PopupWindow() method in PopupWindow
280 public PopupWindow(View contentView, int width, int height) { in PopupWindow() method in PopupWindow
296 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow() method in PopupWindow