Searched refs:textView2 (Results 1 – 3 of 3) sorted by relevance
402 TextView textView2 = new TextView(mContext); in testBringChildToFront() local407 mMockViewGroup.addView(textView2); in testBringChildToFront()414 assertSame(textView2, mMockViewGroup.getChildAt(0)); in testBringChildToFront()416 mMockViewGroup.bringChildToFront(textView2); in testBringChildToFront()417 assertEquals(mMockViewGroup, textView2.getParent()); in testBringChildToFront()550 TextView textView2 = new TextView(mContext); in testDetachViewsFromParent() local554 mMockViewGroup.addView(textView2); in testDetachViewsFromParent()562 assertNull(textView2.getParent()); in testDetachViewsFromParent()1290 MockTextView textView2 = new MockTextView(mContext); in testMeasureChildren() local1291 textView2.setVisibility(View.GONE); in testMeasureChildren()[all …]
2592 TextView textView2 = new TextView(mActivity); in testOnSaveInstanceState_whenFreezesTextIsFalse() local2593 textView2.setFreezesText(false); in testOnSaveInstanceState_whenFreezesTextIsFalse()2595 textView2.onRestoreInstanceState(textView1.onSaveInstanceState()); in testOnSaveInstanceState_whenFreezesTextIsFalse()2597 assertEquals("", textView2.getText().toString()); in testOnSaveInstanceState_whenFreezesTextIsFalse()2608 TextView textView2 = new TextView(mActivity); in testOnSaveInstanceState_whenFreezesTextIsFalse() local2609 textView2.setFreezesText(false); in testOnSaveInstanceState_whenFreezesTextIsFalse()2610 textView2.setTextIsSelectable(true); in testOnSaveInstanceState_whenFreezesTextIsFalse()2612 textView2.onRestoreInstanceState(textView1.onSaveInstanceState()); in testOnSaveInstanceState_whenFreezesTextIsFalse()2614 assertEquals("", textView2.getText().toString()); in testOnSaveInstanceState_whenFreezesTextIsFalse()2629 TextView textView2 = new TextView(mActivity); in testOnSaveInstanceState_doesNotSaveSelectionWhenDoesNotExist() local[all …]
559 TextView textView2 = (TextView) mGridView.getChildAt(2); in testSetRemoteAdapter_gridView() local563 assertEquals("Hola", textView2.getText()); in testSetRemoteAdapter_gridView()