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

  /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);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
WeightTest.java 41 mChild = activity.findViewById(R.id.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...]
  /cts/tests/tests/widget/src/android/widget/cts/
LayoutDirectionTest.java 118 ViewGroup child4 = (ViewGroup) getActivity().findViewById(child4Id); local
119 assertEquals(child4ResDir, child4.getLayoutDirection());
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 280 // child4's animationParams
296 final View child4 = mGridView.getChildAt(INDEX_OF_CHILD4);
307 child4.setLayoutParams(layoutParams4);
322 assertEquals(1000, controller.getDelayForView(child4));

Completed in 301 milliseconds