HomeSort by relevance Sort by last modified time
    Searched refs:child0 (Results 1 - 7 of 7) 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...]
TableLayoutTest.java 526 final TextView child0 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(0); local
531 int oldWidth0 = child0.getWidth();
534 child0.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
535 int orignalWidth0 = child0.getMeasuredWidth();
553 assertTrue(oldWidth0 < child0.getWidth());
557 assertEquals(dropNegative(orignalWidth0 + extraSpace), child0.getWidth());
560 oldWidth0 = child0.getWidth();
571 assertTrue(oldWidth0 < child0.getWidth());
575 assertEquals(dropNegative(orignalWidth0 + extraSpace), child0.getWidth());
578 oldWidth0 = child0.getWidth()
    [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 319 milliseconds