Searched refs:mTextView (Results 1 – 3 of 3) sorted by relevance
26 private TextView mTextView; field in CachedTextViewLog33 mTextView = textView; in CachedTextViewLog()56 mTextView.append(textToAdd); in flush_l()67 mTextView.setText(""); in clear()
31 protected TextView mTextView; field in WorkloadView90 mTextView = (TextView) findViewById(R.id.textWorkload); in initializeViews()101 mTextView.setText("Workload = " + String.format("%6.2f", workload)); in setValueByPosition()
133 TextView mTextView = (TextView)super.getDropDownView(position, convertView, parent); in onCreate()135 mTextView.setTextColor(isEnabled(position) ? Color.BLACK : Color.GRAY); in onCreate()136 return mTextView; in onCreate()