Home | History | Annotate | Download | only in widget

Lines Matching defs:mPopupView

87     private View mPopupView;
148 if (anchor != null && mPopupView != null) {
150 mPopupView.getLayoutParams();
1021 mPopupView.setBackground(mAboveAnchorBackgroundDrawable);
1023 mPopupView.setBackground(mBelowAnchorBackgroundDrawable);
1026 mPopupView.refreshDrawableState();
1078 mPopupView = popupViewContainer;
1080 mPopupView = mContentView;
1083 mPopupView.setElevation(mElevation);
1085 (mPopupView.getRawLayoutDirection() == View.LAYOUT_DIRECTION_INHERIT);
1102 mPopupView.setFitsSystemWindows(mLayoutInsetDecor);
1104 mWindowManager.addView(mPopupView, p);
1111 mPopupView.setLayoutDirection(anchor.getLayoutDirection());
1399 if (isShowing() && mPopupView != null) {
1405 mWindowManager.removeViewImmediate(mPopupView);
1407 if (mPopupView != mContentView && mPopupView instanceof ViewGroup) {
1408 ((ViewGroup) mPopupView).removeView(mContentView);
1410 mPopupView = null;
1441 mPopupView.getLayoutParams();
1459 mWindowManager.updateViewLayout(mPopupView, p);
1473 mPopupView.getLayoutParams();
1520 WindowManager.LayoutParams p = (WindowManager.LayoutParams) mPopupView.getLayoutParams();
1560 mWindowManager.updateViewLayout(mPopupView, p);
1615 WindowManager.LayoutParams p = (WindowManager.LayoutParams) mPopupView.getLayoutParams();