HomeSort by relevance Sort by last modified time
    Searched defs:textView3 (Results 1 - 3 of 3) sorted by null

  /frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
AVDCListenerDemo.java 48 final TextView textView3 = findViewById(R.id.textView3);
49 textView3.setText("Should show start / end for second AVD");
89 textView3.setText("AVD 2 started");
94 textView3.setText("AVD 2 Ended");
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class 
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 539 TextView textView3 = new TextView(mContext);
543 mMockViewGroup.addView(textView3);
    [all...]

Completed in 198 milliseconds