Home
last modified time | relevance | path

Searched refs:textView1 (Results 1 – 18 of 18) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DIncludeTagTest.java43 TextView textView1 = (TextView) mBinder.getRoot().findViewById(R.id.innerTextView1); in testIncludeTag() local
44 assertEquals(mBinder.getRoot(), textView1.getParent().getParent()); in testIncludeTag()
47 assertEquals("a hello 3a", textView1.getText().toString()); in testIncludeTag()
50 assertNotSame(textView1, mergeLayoutBinding.innerTextView1); in testIncludeTag()
68 assertEquals("a hello 5b", textView1.getText().toString()); in testIncludeTag()
DBasicDependantBindingTest.java78 private void assertValues(String textView1, String textView2, in assertValues() argument
80 assertEquals(textView1, mBinder.textView1.getText().toString()); in assertValues()
DExpressionTest.java57 assertEquals("hello", mBinder.textView1.getText().toString()); in testAnd()
60 assertEquals("world", mBinder.textView1.getText().toString()); in testAnd()
64 assertEquals("world", mBinder.textView1.getText().toString()); in testAnd()
67 assertEquals("world", mBinder.textView1.getText().toString()); in testAnd()
DInstanceAdapterTest.java76 assertEquals("Hello World foo bar baz", mBinder.textView1.getText().toString()); in testOneAttr()
127 … assertEquals("Hello World foo bar baz", binding.includedLayout.textView1.getText().toString()); in testInclude()
140 TextView view = (TextView) binding.viewStub.getRoot().findViewById(R.id.textView1); in testViewStub()
DConditionalBindingTest.java27 assertEquals("hello", mBinder.textView1.getText().toString()); in testTernary()
30 assertEquals("Hello World", mBinder.textView1.getText().toString()); in testTernary()
DAutoContextTest.java33 assertNotSame("", binding.textView1.getText().toString()); in testContext()
DDuplicateContextTest.java34 assertEquals("Hello World", binding.textView1.getText().toString()); in testContext()
DCustomNamespaceAdapterTest.java17 assertEquals("a", mBinder.textView1.getText().toString()); in testAndroidNs()
DFindFieldTest.java34 assertEquals(obj.mPublicField, mBinder.textView1.getText().toString()); in test()
DDefaultBindingTest.java27 assertEquals("Hello World", binding.textView1.getText().toString()); in testDefaultValue()
DConverterTest.java42 assertEquals("Hello World", mBinder.textView1.getText().toString()); in testGenericConverter()
DCastTest.java47 assertEquals("world", mBinder.textView1.getText().toString()); in testCast()
DGenericAdapterTest.java40 assertEquals("Hello World", getBinder().textView1.getText().toString()); in testGenericArgs()
DResourceTest.java57 TextView view = mBinder.textView1; in testQuantityString()
DFindMethodTest.java42 TextView textView = mBinder.textView1; in testFloatArg()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi14/java/android/databinding/testapp/
DRootTag.java34 assertEquals("foo", mBinder.textView1.getTag()); in testRootTagSet()
35 assertEquals("hello world", mBinder.textView1.getText().toString()); in testRootTagSet()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DCameraBrowser.java81 TextView textView1 = (TextView)view.findViewById(android.R.id.text1); in getView() local
86 textView1.setText(info.getManufacturer()); in getView()
89 textView1.setText("???"); in getView()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DAppCompatTextViewTest.java52 final AppCompatTextView textView1 = in testAllCaps() local
61 textView1.getLayout().getText()); in testAllCaps()
69 textView1.getLayout().getText()); in testAllCaps()