Home | History | Annotate | Download | only in widget

Lines Matching refs:wrapContent

7970             LayoutParams wrapContent = new LayoutParams(
7974 mDeleteTextView.setLayoutParams(wrapContent);
9471 LayoutParams wrapContent = new LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
9473 mContentView.setLayoutParams(wrapContent);
10335 LayoutParams wrapContent = new LayoutParams(
10339 mPasteTextView.setLayoutParams(wrapContent);
10345 mReplaceTextView.setLayoutParams(wrapContent);