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
152 public PopupWindow(Context context) { method in class:PopupWindow
161 public PopupWindow(Context context, AttributeSet attrs) { method in class:PopupWindow
170 public PopupWindow(Context context, AttributeSet attrs, int defStyle) { method in class:PopupWindow
179 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:PopupWindow
185 attrs, com.android.internal.R.styleable.PopupWindow, defStyleAttr, defStyleRes);
239 public PopupWindow() { method in class:PopupWindow
252 public PopupWindow(View contentView) { method in class:PopupWindow
266 public PopupWindow(int width, int height) { method in class:PopupWindow
282 public PopupWindow(Vie method in class:PopupWindow
298 public PopupWindow(View contentView, int width, int height, boolean focusable) { method in class:PopupWindow
[all...]

Completed in 6 milliseconds