Home | History | Annotate | Download | only in widget

Lines Matching defs:mContentView

86     private View mContentView;
418 return mContentView;
437 mContentView = contentView;
439 if (mContext == null && mContentView != null) {
440 mContext = mContentView.getContext();
443 if (mWindowManager == null && mContentView != null) {
866 if (isShowing() || mContentView == null) {
943 if (isShowing() || mContentView == null) {
1010 if (mContentView == null || mContext == null || mWindowManager == null) {
1016 final ViewGroup.LayoutParams layoutParams = mContentView.getLayoutParams();
1030 popupViewContainer.addView(mContentView, listParams);
1034 mPopupView = mContentView;
1358 if (mPopupView != mContentView && mPopupView instanceof ViewGroup) {
1359 ((ViewGroup) mPopupView).removeView(mContentView);
1387 if (!isShowing() || mContentView == null) {
1467 if (!isShowing() || mContentView == null) {
1550 if (!isShowing() || mContentView == null) {
1705 if (mContentView != null) {
1706 mContentView.sendAccessibilityEvent(eventType);