HomeSort by relevance Sort by last modified time
    Searched refs:child3 (Results 1 - 25 of 28) sorted by null

1 2

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 35 private ViewGroup child3; field in class:ViewGroupTest
49 child3 = new FrameLayout(context);
55 root.addView(child3);
57 child3.addView(child3a);
58 child3.addView(child3b);
94 assertThat(root.getChildAt(1), sameInstance((View) child3));
104 root.addView(child3, 1);
106 assertThat(root.getChildAt(1), sameInstance((View) child3));
115 child3.setTag("tag3");
118 root.addView(child3, 1)
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewGroupTest.java 38 private ViewGroup child3; field in class:ShadowViewGroupTest
51 child3 = new FrameLayout(context);
57 root.addView(child3);
59 child3.addView(child3a);
60 child3.addView(child3b);
112 assertThat(root.getChildAt(1)).isSameAs((View) child3);
122 root.addView(child3, 1);
124 assertThat(root.getChildAt(1)).isSameAs((View) child3);
133 child3.setTag("tag3");
136 root.addView(child3, 1)
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementgetelementsbytagnamens04.java 79 Element child3; local
88 child3 = doc.createElementNS("http://www.w3.org/DOM/Level2", "dom:child");
91 appendedChild = element.appendChild(child3);
  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
WearableLinearLayoutManagerTest.java 93 View child3 = wrv.getChildAt(2); local
105 assertEquals(58, child3.getLeft(), 1);
106 assertEquals(-13.5, child3.getTranslationY(), 0.1);
137 View child3 = wrv.getChildAt(2); local
150 assertEquals(0, child3.getLeft());
151 assertEquals(0.0f, child3.getTranslationY(), 0);
BoxInsetLayoutTest.java 136 View child3 = mActivityRule.getActivity().findViewById(R.id.child3);
141 mIdViewMap.put(R.id.child3, child3);
151 View child3 = customRunnable.mIdViewMap.get(R.id.child3); local
198 onView(withId(R.id.child3))
200 .check(approximateTop(is(closeTo((parentHeight / 2 - child3.getHeight() / 2), 1))))
201 .check(screenRight(is(equalTo(parentLeft + desiredPadding + child3.getWidth()))))
203 closeTo((parentHeight / 2 + child3.getHeight() / 2), 1))))
260 View child3 = customRunnable.mIdViewMap.get(R.id.child3); local
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetElementsByTagNameNS.java 65 Element child3; local
75 child3 = doc.createElementNS("http://www.w3.org/DOM/Level2",
79 element.appendChild(child3);
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodeiteratortemplate_unittest.cpp 54 // child3------------child7--child9
76 Node* child3() const { return child3_.get(); } function in class:CXFA_NodeIteratorTemplateTest
156 EXPECT_EQ(child3(), iter.MoveToPrev());
157 EXPECT_EQ(child3(), iter.GetCurrent());
179 EXPECT_EQ(child3(), iter.MoveToNext());
180 EXPECT_EQ(child3(), iter.GetCurrent());
209 iter.SetCurrent(child3());
219 EXPECT_EQ(child3(), iter.MoveToNext());
223 EXPECT_EQ(child3(), iter.MoveToPrev());
243 Iterator iter(child3());
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 127 * @param child3
130 private void assertChildrenDelay(Animation child1, Animation child2, Animation child3) {
134 long offsetTime3 = child3.getStartOffset();
143 // child1 has started animation, child2 and child3 haven't started
146 child3.getTransformation(startTime + 500, transformation3);
151 // child1 has finished, child2 and child3 haven't started
154 child3.getTransformation(startTime + 1200, transformation3);
159 // child1 has finished, child2 has started animation, child3 hasn't started.
162 child3.getTransformation(startTime + 2000, transformation3);
167 // child1 and child2 have finished, child3 hasn't starte
    [all...]
LayoutAnimationControllerTest.java 103 // child1 has started animation, child2 and child3 haven't started
111 // child2 has started animation, child1 has finished and child3 hasn't started
119 // child3 has started animation, child1, child2 have finished
144 // child3 has started animation, child1 and child2 haven't started
152 // child2 has started animation, child3 has finished and child1 hasn't started
160 // child1 has started animation, child2 and child3 has finished
196 // child1 has started animation, child2 and child3 haven't started
204 // child1 has finished, child2 and child3 haven't started
212 // child1 has finished, child2 has started animation, child3 hasn't started.
220 // child1 and child2 have finished, child3 hasn't starte
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
ConfigurationContainerTests.java 86 final TestConfigurationContainer child3 = root.addChild(); local
87 assertEquals(EMPTY, child3.getOverrideConfiguration());
88 assertEquals(rootOverrideConfig, child3.getMergedOverrideConfiguration());
89 assertEquals(rootFullConfig, child3.getConfiguration());
WindowContainerTests.java 265 final TestWindowContainer child3 = root.addChildWindow(); local
276 root.positionChildAt(1, child3, false /* includingParents */);
278 assertEquals(child3, root.getChildAt(1));
639 final TestWindowContainer child3 = subtree2.addChildWindow(); local
649 assertEquals(6, child3.getPrefixOrderIndex());
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 370 child3 = ttk.Label()
381 self.paned.insert('end', child3)
383 (str(child2), str(child), str(child3)))
387 self.paned.insert('end', child3)
390 # moving child3 to child2 position should result in child2 ending up
391 # in previous child position and child ending up in previous child3
393 self.paned.insert(child2, child3)
395 (str(child3), str(child2), str(child)))
660 child3 = ttk.Label()
661 self.nb.insert(1, child3)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 370 child3 = ttk.Label()
381 self.paned.insert('end', child3)
383 (str(child2), str(child), str(child3)))
387 self.paned.insert('end', child3)
390 # moving child3 to child2 position should result in child2 ending up
391 # in previous child position and child ending up in previous child3
393 self.paned.insert(child2, child3)
395 (str(child3), str(child2), str(child)))
660 child3 = ttk.Label()
661 self.nb.insert(1, child3)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 370 child3 = ttk.Label()
381 self.paned.insert('end', child3)
383 (str(child2), str(child), str(child3)))
387 self.paned.insert('end', child3)
390 # moving child3 to child2 position should result in child2 ending up
391 # in previous child position and child ending up in previous child3
393 self.paned.insert(child2, child3)
395 (str(child3), str(child2), str(child)))
660 child3 = ttk.Label()
661 self.nb.insert(1, child3)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 370 child3 = ttk.Label()
381 self.paned.insert('end', child3)
383 (str(child2), str(child), str(child3)))
387 self.paned.insert('end', child3)
390 # moving child3 to child2 position should result in child2 ending up
391 # in previous child position and child ending up in previous child3
393 self.paned.insert(child2, child3)
395 (str(child3), str(child2), str(child)))
660 child3 = ttk.Label()
661 self.nb.insert(1, child3)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 393 View child3 = new ListView(mActivity); local
394 mTableEmpty.addView(child3);
397 assertSame(child3, mTableEmpty.getChildAt(2));
428 View child3 = new ListView(mActivity); local
429 mTableEmpty.addView(child3, -1);
432 assertSame(child3, mTableEmpty.getChildAt(2));
521 View child3 = new ListView(mActivity); local
522 assertNull(child3.getLayoutParams());
523 mTableEmpty.addView(child3, -1, new ListView.LayoutParams(300, 400));
526 assertSame(child3, mTableEmpty.getChildAt(2))
    [all...]
LayoutDirectionTest.java 140 ViewGroup child3 = (ViewGroup) mActivity.findViewById(child3Id); local
141 assertEquals(child3ResDir, child3.getLayoutDirection());
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report_test.go 219 child3 := &graph.Node{Info: graph.NodeInfo{Name: "child"}, Function: parent1}
222 n := []*graph.Node{parent1, parent2, child1, child2, child3, sibling}
229 child3: "child [1/2]",
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report_test.go 219 child3 := &graph.Node{Info: graph.NodeInfo{Name: "child"}, Function: parent1}
222 n := []*graph.Node{parent1, parent2, child1, child2, child3, sibling}
229 child3: "child [1/2]",
  /frameworks/base/core/tests/coretests/src/android/view/
ViewCaptureTest.java 48 EXPECTED_CHILDREN_VISIBILITY.append(R.id.child3, View.GONE);
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 607 child3 = ttk.Label(self.root)
618 self.paned.insert('end', child3)
620 (str(child2), str(child), str(child3)))
624 self.paned.insert('end', child3)
627 # moving child3 to child2 position should result in child2 ending up
628 # in previous child position and child ending up in previous child3
630 self.paned.insert(child2, child3)
632 (str(child3), str(child2), str(child)))
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 606 child3 = ttk.Label(self.root)
617 self.paned.insert('end', child3)
619 (str(child2), str(child), str(child3)))
623 self.paned.insert('end', child3)
626 # moving child3 to child2 position should result in child2 ending up
627 # in previous child position and child ending up in previous child3
629 self.paned.insert(child2, child3)
631 (str(child3), str(child2), str(child)))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 255 ViewInfo child3 = new ViewInfo("AbsoluteLayout", null, 10, 40, 50, 15); local
256 root.setChildren(Arrays.asList(child1, child2, child3));
311 ViewInfo child3 = new ViewInfo("AbsoluteLayout", null, 10, 40, 50, 15); local
312 root.setChildren(Arrays.asList(child1, child2, child3));
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
TooltipTest.java 780 final View child3 = mActivity.findViewById(R.id.overlap3); local
783 assertTrue(hasTooltip(child3));
785 setVisibility(child3, View.GONE);
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 141 pref.node("child3");
702 Preferences child3; local
711 child3 = pref.node("mock4/mock5/mock6");
717 child3.removeNode();
    [all...]

Completed in 626 milliseconds

1 2