Searched refs:mPopupView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java85 private View mPopupView; field in class:PopupWindow
136 if (anchor != null && mPopupView != null) {
138 mPopupView.getLayoutParams();
938 mPopupView.setBackgroundDrawable(mAboveAnchorBackgroundDrawable);
940 mPopupView.setBackgroundDrawable(mBelowAnchorBackgroundDrawable);
943 mPopupView.refreshDrawableState();
995 mPopupView = popupViewContainer;
997 mPopupView = mContentView;
1000 (mPopupView.getRawLayoutDirection() == View.LAYOUT_DIRECTION_INHERIT);
1017 mPopupView
[all...]

Completed in 119 milliseconds