Home | History | Annotate | Download | only in recyclerview

Lines Matching defs:mTextView

36         public TextView mTextView;
40 mTextView = v;
45 return super.toString() + " '" + mTextView.getText();
63 h.mTextView.setMinimumHeight(128);
64 h.mTextView.setPadding(20, 0, 20, 0);
65 h.mTextView.setFocusable(true);
66 h.mTextView.setBackgroundResource(mBackground);
74 h.mTextView.setLayoutParams(lp);
80 holder.mTextView.setText(position + ":" + mValues.get(position));
81 holder.mTextView.setMinHeight((200 + mValues.get(position).length() * 10));
82 holder.mTextView.setBackgroundColor(getBackgroundColor(position));