[go: nahoru, domu]

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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java101 public class PopupWindow { class
242 public PopupWindow(Context context) { method in class:PopupWindow
251 public PopupWindow(Context context, AttributeSet attrs) { method in class:PopupWindow
260 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { method in class:PopupWindow
269 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:PopupWindow
274 attrs, R.styleable.PopupWindow, defStyleAttr, defStyleRes);
316 public PopupWindow() { method in class:PopupWindow
329 public PopupWindow(View contentView) { method in class:PopupWindow
343 public PopupWindow(int width, int height) { method in class:PopupWindow
359 public PopupWindow(Vie method in class:PopupWindow
375 public PopupWindow(View contentView, int width, int height, boolean focusable) { method in class:PopupWindow
[all...]

Completed in 10 milliseconds