Home | History | Annotate | Download | only in widget

Lines Matching defs:mContentView

82     private View mContentView;
378 return mContentView;
397 mContentView = contentView;
399 if (mContext == null && mContentView != null) {
400 mContext = mContentView.getContext();
403 if (mWindowManager == null && mContentView != null) {
826 if (isShowing() || mContentView == null) {
880 if (isShowing() || mContentView == null) {
947 if (mContentView == null || mContext == null || mWindowManager == null) {
953 final ViewGroup.LayoutParams layoutParams = mContentView.getLayoutParams();
967 popupViewContainer.addView(mContentView, listParams);
971 mPopupView = mContentView;
1272 if (mPopupView != mContentView && mPopupView instanceof ViewGroup) {
1273 ((ViewGroup) mPopupView).removeView(mContentView);
1301 if (!isShowing() || mContentView == null) {
1381 if (!isShowing() || mContentView == null) {
1464 if (!isShowing() || mContentView == null) {
1615 if (mContentView != null) {
1616 mContentView.sendAccessibilityEvent(eventType);