Home
last modified time | relevance | path

Searched refs:newView1 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DDuplicateIdActivityTest.java148 final AssistStructure.ViewNode newView1 = views2[2]; in testDoNotRestoreDuplicateAutofillIds() local
151 final AutofillId newId1 = newView1.getAutofillId(); in testDoNotRestoreDuplicateAutofillIds()
/cts/tests/fragment/src/android/fragment/cts/
DFragmentLifecycleTest.java247 View newView1 = f1.getView(); in viewReplace() local
248 assertNotSame("fragment 1 had same view from last attachment", origView1, newView1); in viewReplace()
249 assertTrue("fragment 1's view not attached", newView1.isAttachedToWindow()); in viewReplace()
300 View newView1 = f1.getView(); in viewReplaceMultiple() local
302 assertNotSame("fragment 1 had same view from last attachment", origView1, newView1); in viewReplaceMultiple()
303 assertNotSame("fragment 2 had same view from last attachment", origView2, newView1); in viewReplaceMultiple()
304 assertTrue("fragment 1's view not attached", newView1.isAttachedToWindow()); in viewReplaceMultiple()
306 assertSame(newView1, ((ViewGroup)newView1.getParent()).getChildAt(0)); in viewReplaceMultiple()
307 assertSame(newView2, ((ViewGroup)newView1.getParent()).getChildAt(1)); in viewReplaceMultiple()