Searched refs:mText2 (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTwoLineListItem.java49 private TextView mText2; field in class:TwoLineListItem
73 mText2 = (TextView) findViewById(com.android.internal.R.id.text2);
89 return mText2;
H A DSuggestionsAdapter.java293 public final TextView mText2; field in class:SuggestionsAdapter.ChildViewCache
300 mText2 = (TextView) v.findViewById(com.android.internal.R.id.text2);
319 if (views.mText2 != null) {
341 setViewText(views.mText2, text2);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java125 private TextView mText2; field in class:ImageProcessingActivity2
183 mText2.setVisibility(View.VISIBLE);
184 mTest.onBar2Setup(mBar2, mText2);
375 mText2 = (TextView) findViewById(R.id.slider2Text);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java123 private TextView mText2; field in class:ImageProcessingActivityJB
216 mText2.setVisibility(View.VISIBLE);
217 mTest.onBar2Setup(mBar2, mText2);
399 mText2 = (TextView) findViewById(R.id.slider2Text);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java182 private TextView mText2; field in class:ImageProcessingActivity
278 mText2.setVisibility(View.VISIBLE);
279 mTest.onBar2Setup(mBar2, mText2);
475 mText2 = (TextView) findViewById(R.id.slider2Text);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java253 public final TextView mText2; field in class:SuggestionsAdapter.ChildViewCache
260 mText2 = (TextView) v.findViewById(android.R.id.text2);
279 if (views.mText2 != null) {
301 setViewText(views.mText2, text2);

Completed in 744 milliseconds