/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 | 246 View child0 = mGridView.getChildAt(0); local 248 assertEquals(0, child1.getLeft() - child0.getRight()); 257 child0 = mGridView.getChildAt(0); 259 assertEquals(5, child1.getLeft() - child0.getRight()); 274 View child0 = mGridView.getChildAt(0); local 276 assertEquals(0, child1.getTop() - child0.getBottom()); 285 child0 = mGridView.getChildAt(0); 287 assertEquals(5, child1.getTop() - child0.getBottom()); 402 View child0 = mGridView.getChildAt(0); 404 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 | 596 MergedItem child0 = mChildren.get(0); local 597 mPackageInfo = child0.mProcess.mPackageInfo; [all...] |
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | [all...] |
/external/bison/tests/ |
testsuite | [all...] |