/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());
|
/external/chromium_org/ui/views/controls/native/ |
native_view_host_unittest.cc | 178 // +-- child0 (Widget, attached to host0) 187 scoped_ptr<Widget> child0(CreateChildForHost(toplevel()->GetNativeView(), 221 // Reparent test_host to contents view of child0, expect 2 parent changes 223 // parent belongs to the child0. 226 child0->GetContentsView()->AddChildView(test_host); 239 // +-- child0 (Widget, attached to host0) 252 scoped_ptr<Widget> child0(CreateChildForHost(toplevel()->GetNativeView(), 285 // Then, reparent view1 to contents view of child0. 293 child0->GetContentsView()->AddChildView(view1);
|
/external/chromium_org/ui/views/controls/ |
single_split_view_unittest.cc | 146 MinimumSizedView *child0 = local 151 child0, child1, SingleSplitView::VERTICAL_SPLIT, &observer);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningState.java | 603 MergedItem child0 = mChildren.get(0); local 604 mPackageInfo = child0.mProcess.mPackageInfo; [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
reflection_test.py | [all...] |
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | [all...] |