Home | History | Annotate | Download | only in widget

Lines Matching defs:mContentView

2009             mContentView = linearLayout;
2010 mContentView.setBackgroundResource(
2023 mContentView.addView(mDeleteTextView);
2164 protected ViewGroup mContentView;
2184 mContentView.setLayoutParams(wrapContent);
2186 mPopupWindow.setContentView(mContentView);
2200 mContentView.measure(
2210 * This method assumes that mContentView has properly been measured from its content. */
2213 final int width = mContentView.getMeasuredWidth();
2231 final int width = mContentView.getMeasuredWidth();
2319 mContentView = listView;
2452 view = mSuggestionsAdapter.getView(i, view, mContentView);
2459 mContentView.measure(
2484 final int height = mContentView.getMeasuredHeight();
2863 mContentView = linearLayout;
2864 mContentView.setBackgroundResource(
2875 mContentView.addView(mPasteTextView);
2881 mContentView.addView(mReplaceTextView);
2918 return mTextView.getLayout().getLineTop(line) - mContentView.getMeasuredHeight();
2928 positionY += mContentView.getMeasuredHeight();