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

  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
NameMappingTest.java 63 assertEquals(f2.get(), mBinder.textView2.isEnabled());
67 assertEquals(f1.get(), mBinder.textView2.isFocusable());
IncludeTagTest.java 45 TextView textView2 = (TextView) mBinder.getRoot().findViewById(R.id.innerTextView2);
46 assertEquals(mBinder.getRoot(), textView2.getParent().getParent());
48 assertEquals("b hello 3a", textView2.getText().toString());
51 assertNotSame(textView2, mergeLayoutBinding.innerTextView2);
69 assertEquals("b hello 5b", textView2.getText().toString());
  /packages/apps/Settings/tests/robotests/src/com/android/settings/
SummaryPreferenceTest.java 63 final TextView textView2 = (TextView) mHolder.findViewById(android.R.id.text2);
64 assertThat(textView2.getText()).isEqualTo("");
78 final TextView textView2 = (TextView) mHolder.findViewById(android.R.id.text2);
79 assertThat(textView2.getText()).isEqualTo(testLabel2);
  /frameworks/support/samples/SupportVectorDrawableDemos/src/main/java/com/example/android/support/vectordrawable/app/
AVDCListenerDemo.java 47 final TextView textView2 = findViewById(R.id.textView2);
48 textView2.setText("Not affected by AVD, b/c removed after register");
73 textView2.setText("AVD 1 started");
78 textView2.setText("AVD 1 Ended");
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowser.java 82 TextView textView2 = (TextView)view.findViewById(android.R.id.text2);
87 textView2.setText(info.getModel());
90 textView2.setText("???");
  /frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class 
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatTextViewTest.java 110 final AppCompatTextView textView2 = mContainer.findViewById(R.id.text_view_caps2);
118 text2, textView2.getLayout().getText().toString());
129 text2.toUpperCase(), textView2.getLayout().getText().toString());
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 390 TextView textView2 = new TextView(mContext);
395 mMockViewGroup.addView(textView2);
402 assertSame(textView2, mMockViewGroup.getChildAt(0));
404 mMockViewGroup.bringChildToFront(textView2);
405 assertEquals(mMockViewGroup, textView2.getParent());
538 TextView textView2 = new TextView(mContext);
542 mMockViewGroup.addView(textView2);
550 assertNull(textView2.getParent());
    [all...]

Completed in 5803 milliseconds