Searched defs:mContentView (Results 1 - 6 of 6) sorted by path

/frameworks/base/core/java/android/app/
H A DNotification.java948 private RemoteViews mContentView; field in class:Notification.Builder
1138 mContentView = views;
1537 if (mContentView != null) {
1538 return mContentView;
1548 if (mContentView == null) {
/frameworks/base/core/java/android/webkit/
H A DPluginFullScreenHolder.java45 private View mContentView; field in class:PluginFullScreenHolder
76 mContentView = contentView;
143 mLayout.removeView(mContentView);
H A DWebViewClassic.java590 private ViewGroup mContentView; field in class:WebViewClassic.PastePopupWindow
599 mContentView = linearLayout;
600 mContentView.setBackgroundResource(
612 mContentView.addView(mPasteTextView);
615 this.setContentView(mContentView);
622 int width = mContentView.getMeasuredWidth();
623 int height = mContentView.getMeasuredHeight();
654 mContentView.measure(
/frameworks/base/core/java/android/widget/
H A DEditor.java1934 mContentView = linearLayout;
1935 mContentView.setBackgroundResource(
1948 mContentView.addView(mDeleteTextView);
2079 protected ViewGroup mContentView; field in class:Editor.PinnedPopupWindow
2099 mContentView.setLayoutParams(wrapContent);
2101 mPopupWindow.setContentView(mContentView);
2115 mContentView.measure(
2125 * This method assumes that mContentView has properly been measured from its content. */
2128 final int width = mContentView.getMeasuredWidth();
2146 final int width = mContentView
[all...]
H A DPopupWindow.java82 private View mContentView; field in class:PopupWindow
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
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java82 private View mContentView; field in class:ActionBarImpl
125 if (mContentView != null) {
126 mContentView.setTranslationY(0);
156 mContentView = decor.findViewById(android.R.id.content);
687 if (mContentView != null) {
688 b.with(ObjectAnimator.ofFloat(mContentView, "translationY",
712 if (mContentView != null) {
713 mContentView.setTranslationY(0);
745 if (mContentView != null) {
746 b.with(ObjectAnimator.ofFloat(mContentView, "translation
[all...]

Completed in 120 milliseconds