Home | History | Annotate | Download | only in widget

Lines Matching refs:wrapContent

2016             LayoutParams wrapContent = new LayoutParams(
2020 mDeleteTextView.setLayoutParams(wrapContent);
2182 LayoutParams wrapContent = new LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
2184 mContentView.setLayoutParams(wrapContent);
2870 LayoutParams wrapContent = new LayoutParams(
2874 mPasteTextView.setLayoutParams(wrapContent);
2880 mReplaceTextView.setLayoutParams(wrapContent);