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 87 TextView child0 = new TextView(mActivity); local
88 scrollView.addView(child0);
89 assertSame(child0, scrollView.getChildAt(0));
104 TextView child0 = new TextView(mActivity); local
105 scrollView.addView(child0, 0);
106 assertSame(child0, scrollView.getChildAt(0));
120 scrollView.addView(child0, -1);
121 assertSame(child0, scrollView.getChildAt(0));
136 scrollView.addView(child0, 1);
145 TextView child0 = new TextView(mActivity) local
174 TextView child0 = new TextView(mActivity); local
    [all...]
ScrollViewTest.java 106 TextView child0 = new TextView(mActivity); local
107 scrollView.addView(child0);
108 assertSame(child0, scrollView.getChildAt(0));
123 TextView child0 = new TextView(mActivity); local
124 scrollView.addView(child0, 0);
125 assertSame(child0, scrollView.getChildAt(0));
139 scrollView.addView(child0, -1);
140 assertSame(child0, scrollView.getChildAt(0));
155 scrollView.addView(child0, 1);
164 TextView child0 = new TextView(mActivity) local
193 TextView child0 = new TextView(mActivity); local
    [all...]
GridViewTest.java 253 View child0 = mGridView.getChildAt(0); local
255 assertEquals(0, child1.getLeft() - child0.getRight());
264 child0 = mGridView.getChildAt(0);
266 assertEquals(5, child1.getLeft() - child0.getRight());
281 View child0 = mGridView.getChildAt(0); local
283 assertEquals(0, child1.getTop() - child0.getBottom());
292 child0 = mGridView.getChildAt(0);
294 assertEquals(5, child1.getTop() - child0.getBottom());
409 View child0 = mGridView.getChildAt(0);
411 assertEquals(child0.getBottom(), child9.getBottom())
    [all...]
TabHostTest.java 291 TextView child0 = (TextView) tabHost.getTabContentView().getChildAt(0); local
293 child0.getText().toString());
307 child0 = (TextView) tabHost.getTabContentView().getChildAt(0);
309 child0.getText().toString());
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 602 MergedItem child0 = mChildren.get(0); local
603 mPackageInfo = child0.mProcess.mPackageInfo;
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 1035 milliseconds