OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newView1
(Results
1 - 2
of
2
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
DuplicateIdActivityTest.java
148
final AssistStructure.ViewNode
newView1
= views2[2];
151
final AutofillId newId1 =
newView1
.getAutofillId();
/cts/tests/fragment/src/android/fragment/cts/
FragmentLifecycleTest.java
247
View
newView1
= f1.getView();
248
assertNotSame("fragment 1 had same view from last attachment", origView1,
newView1
);
249
assertTrue("fragment 1's view not attached",
newView1
.isAttachedToWindow());
300
View
newView1
= f1.getView();
302
assertNotSame("fragment 1 had same view from last attachment", origView1,
newView1
);
303
assertNotSame("fragment 2 had same view from last attachment", origView2,
newView1
);
304
assertTrue("fragment 1's view not attached",
newView1
.isAttachedToWindow());
306
assertSame(
newView1
, ((ViewGroup)
newView1
.getParent()).getChildAt(0));
307
assertSame(newView2, ((ViewGroup)
newView1
.getParent()).getChildAt(1))
[
all
...]
Completed in 383 milliseconds