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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java106 private PopupDecorView mDecorView;
1223 private PopupDecorView createDecorView(View contentView) {
1232 final PopupDecorView decorView = new PopupDecorView(mContext);
1253 final PopupDecorView decorView = mDecorView;
1570 final PopupDecorView decorView = mDecorView;
1930 private class PopupDecorView extends FrameLayout { class in class:PopupWindow
1933 public PopupDecorView(Context context) { method in class:PopupWindow.PopupDecorView

Completed in 29 milliseconds