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

  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 123 TextView child0 = new TextView(mActivity); local
124 scrollView.addView(child0);
125 assertSame(child0, scrollView.getChildAt(0));
149 TextView child0 = new TextView(mActivity); local
150 scrollView.addView(child0, 0);
151 assertSame(child0, scrollView.getChildAt(0));
165 scrollView.addView(child0, -1);
166 assertSame(child0, scrollView.getChildAt(0));
181 scrollView.addView(child0, 1);
199 TextView child0 = new TextView(mActivity) local
237 TextView child0 = new TextView(mActivity); local
    [all...]
ScrollViewTest.java 142 TextView child0 = new TextView(mActivity); local
143 scrollView.addView(child0);
144 assertSame(child0, scrollView.getChildAt(0));
167 TextView child0 = new TextView(mActivity); local
168 scrollView.addView(child0, 0);
169 assertSame(child0, scrollView.getChildAt(0));
183 scrollView.addView(child0, -1);
184 assertSame(child0, scrollView.getChildAt(0));
199 scrollView.addView(child0, 1);
217 TextView child0 = new TextView(mActivity) local
255 TextView child0 = new TextView(mActivity); local
    [all...]
GridViewTest.java 326 View child0 = mGridView.getChildAt(0); local
328 assertEquals(0, child1.getLeft() - child0.getRight());
337 child0 = mGridView.getChildAt(0);
339 assertEquals(5, child1.getLeft() - child0.getRight());
360 View child0 = mGridView.getChildAt(0); local
362 assertEquals(0, child1.getTop() - child0.getBottom());
371 child0 = mGridView.getChildAt(0);
373 assertEquals(5, child1.getTop() - child0.getBottom());
506 View child0 = mGridView.getChildAt(0);
508 assertEquals(child0.getBottom(), child9.getBottom())
    [all...]
TabHostTest.java 387 TextView child0 = (TextView) tabHost.getTabContentView().getChildAt(0); local
389 child0.getText().toString());
403 child0 = (TextView) tabHost.getTabContentView().getChildAt(0);
405 child0.getText().toString());
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 144 milliseconds