Searched refs:mContentView (Results 1 – 7 of 7) sorted by relevance
82 private View mContentView; field in PopupWindow378 return mContentView; in getContentView()397 mContentView = contentView; in setContentView()399 if (mContext == null && mContentView != null) { in setContentView()400 mContext = mContentView.getContext(); in setContentView()403 if (mWindowManager == null && mContentView != null) { in setContentView()826 if (isShowing() || mContentView == null) { in showAtLocation()880 if (isShowing() || mContentView == null) { in showAsDropDown()947 if (mContentView == null || mContext == null || mWindowManager == null) { in preparePopup()953 final ViewGroup.LayoutParams layoutParams = mContentView.getLayoutParams(); in preparePopup()[all …]
1966 mContentView = linearLayout; in initContentView()1967 mContentView.setBackgroundResource( in initContentView()1980 mContentView.addView(mDeleteTextView); in initContentView()2111 protected ViewGroup mContentView; field in Editor.PinnedPopupWindow2131 mContentView.setLayoutParams(wrapContent); in PinnedPopupWindow()2133 mPopupWindow.setContentView(mContentView); in PinnedPopupWindow()2147 mContentView.measure( in measureContent()2160 final int width = mContentView.getMeasuredWidth(); in computeLocalPosition()2178 final int width = mContentView.getMeasuredWidth(); in updatePosition()2266 mContentView = listView; in initContentView()[all …]
45 private View mContentView; field in PluginFullScreenHolder76 mContentView = contentView; in setContentView()143 mLayout.removeView(mContentView);
590 private ViewGroup mContentView; field in WebViewClassic.PastePopupWindow599 mContentView = linearLayout; in PastePopupWindow()600 mContentView.setBackgroundResource( in PastePopupWindow()612 mContentView.addView(mPasteTextView); in PastePopupWindow()615 this.setContentView(mContentView); in PastePopupWindow()622 int width = mContentView.getMeasuredWidth(); in show()623 int height = mContentView.getMeasuredHeight(); in show()654 mContentView.measure( in measureContent()
136 private View mContentView;147 mContentView = findViewById(R.id.content);151 mContentView.setVisibility(View.GONE);185 private View mContentView;195 mContentView.setAlpha(0f);196 mContentView.setVisibility(View.VISIBLE);200 mContentView.animate()
82 private View mContentView; field in ActionBarImpl125 if (mContentView != null) {126 mContentView.setTranslationY(0);156 mContentView = decor.findViewById(android.R.id.content); in ActionBarImpl()687 if (mContentView != null) { in doShow()688 b.with(ObjectAnimator.ofFloat(mContentView, "translationY", in doShow()712 if (mContentView != null) { in doShow()713 mContentView.setTranslationY(0); in doShow()745 if (mContentView != null) { in doHide()746 b.with(ObjectAnimator.ofFloat(mContentView, "translationY", in doHide()
948 private RemoteViews mContentView; field in Notification.Builder1138 mContentView = views; in setContent()1539 if (mContentView != null) { in makeContentView()1540 return mContentView; in makeContentView()1550 if (mContentView == null) { in makeTickerView()