HomeSort by relevance Sort by last modified time
    Searched refs:mTextView (Results 26 - 30 of 30) sorted by null

12

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ViewResultsActivity.java 40 private TextView mTextView;
65 mTextView = (TextView) findViewById(R.id.textView);
69 mTextView.setText(mResults);
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 42 private TextView mTextView;
50 mTextView = (TextView) findViewById(R.id.text);
79 mTextView.setText(getString(R.string.no_results, new Object[] {query}));
85 mTextView.setText(countString);
  /cts/tests/src/android/app/cts/
InstrumentationTestActivity.java 55 private MockTextView mTextView;
62 mTextView = new MockTextView(this);
63 setContentView(mTextView);
  /frameworks/base/core/java/android/webkit/
WebTextView.java 639 private TextView mTextView;
652 if (tv != null && mTextView != null) {
653 tv.setTextSize(mTextView.getTextSize());
662 mTextView = tv;
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java     [all...]

Completed in 1364 milliseconds

12