Home
last modified time | relevance | path

Searched refs:textView2 (Results 1 – 10 of 10) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DIncludeTagTest.java42 TextView textView2 = (TextView) mBinder.getRoot().findViewById(R.id.innerTextView2); in testIncludeTag() local
43 assertEquals(mBinder.getRoot(), textView2.getParent().getParent()); in testIncludeTag()
45 assertEquals("b hello 3a", textView2.getText().toString()); in testIncludeTag()
48 assertNotSame(textView2, mergeLayoutBinding.innerTextView2); in testIncludeTag()
66 assertEquals("b hello 5b", textView2.getText().toString()); in testIncludeTag()
DBasicDependantBindingTest.java78 private void assertValues(String textView1, String textView2, in assertValues() argument
81 assertEquals(textView2, mBinder.textView2.getText().toString()); in assertValues()
DExpressionTest.java78 assertEquals("0", mBinder.textView2.getText().toString()); // var1 & var2 in testBinary()
83 assertEquals("0", mBinder.textView2.getText().toString()); // var1 & var2 in testBinary()
88 assertEquals("1", mBinder.textView2.getText().toString()); // var1 & var2 in testBinary()
DCustomNamespaceAdapterTest.java26 assertEquals("b", mBinder.textView2.getText().toString()); in testCustomNs()
DDefaultBindingTest.java28 assertEquals("Hello World", binding.textView2.getText().toString()); in testDefaultValue()
DGenericAdapterTest.java41 assertEquals("Hello World", getBinder().textView2.getText().toString()); in testGenericArgs()
DFindMethodTest.java47 TextView textView = mBinder.textView2; in testStringArg()
DInstanceAdapterTest.java62 assertEquals("Hello World baz foo bar", mBinder.textView2.getText().toString()); in testTwoAttr()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DCameraBrowser.java82 TextView textView2 = (TextView)view.findViewById(android.R.id.text2); in getView() local
87 textView2.setText(info.getModel()); in getView()
90 textView2.setText("???"); in getView()
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...