Home | History | Annotate | Download | only in adapter

Lines Matching refs:mTextView

37         public TextView mTextView;
41 mTextView = v;
46 return super.toString() + " '" + mTextView.getText();
76 h.mTextView.setMinimumHeight(128);
77 h.mTextView.setPadding(20, 0, 20, 0);
78 h.mTextView.setFocusable(true);
79 h.mTextView.setBackgroundResource(mBackground);
87 h.mTextView.setLayoutParams(lp);
94 holder.mTextView.setText(position + ":" + mValues.get(position));
95 holder.mTextView.setMinHeight((200 + mValues.get(position).length() * 10));
96 holder.mTextView.setBackgroundColor(getBackgroundColor(position));