HomeSort by relevance Sort by last modified time
    Searched defs:child4 (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
LayoutDirectionTest.java 118 ViewGroup child4 = (ViewGroup) getActivity().findViewById(child4Id); local
119 assertEquals(child4ResDir, child4.getLayoutDirection());
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
AmbiguousViewMatcherExceptionTest.java 40 private View child4; field in class:AmbiguousViewMatcherExceptionTest
53 child4 = new TextView(getContext());
54 child4.setId(4);
58 testView.addView(child4);
76 containsString("{id=4,"), // child4
87 .withOtherAmbiguousViews(child2, child3, child4)
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
ViewFinderImplTest.java 43 private View child4; field in class:ViewFinderImplTest
56 child4 = new TextView(getInstrumentation().getTargetContext());
57 child4.setId(4);
66 testView.addView(child4);
  /external/chromium_org/cc/layers/
layer_unittest.cc 202 scoped_refptr<Layer> child4 = Layer::Create(); local
230 EXPECT_SET_NEEDS_FULL_TREE_SYNC(1, parent->InsertChild(child4, 3));
236 EXPECT_EQ(child4, parent->children()[3]);
237 EXPECT_EQ(parent.get(), child4->parent());
293 scoped_refptr<Layer> child4 = Layer::Create(); local
295 EXPECT_FALSE(child4->parent());
298 AtLeast(1), parent_->ReplaceChild(child2_.get(), child4));
303 EXPECT_FALSE(child4->NeedsDisplayForTesting());
307 EXPECT_EQ(child4, parent_->children()[1]);
309 EXPECT_EQ(parent_.get(), child4->parent())
319 scoped_refptr<Layer> child4 = Layer::Create(); local
479 scoped_refptr<Layer> child4 = Layer::Create(); local
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 537 milliseconds