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

  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 88 TextView child0 = new TextView(mActivity); local
89 scrollView.addView(child0);
90 assertSame(child0, scrollView.getChildAt(0));
105 TextView child0 = new TextView(mActivity); local
106 scrollView.addView(child0, 0);
107 assertSame(child0, scrollView.getChildAt(0));
121 scrollView.addView(child0, -1);
122 assertSame(child0, scrollView.getChildAt(0));
137 scrollView.addView(child0, 1);
146 TextView child0 = new TextView(mActivity) local
175 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 267 View child0 = mGridView.getChildAt(0); local
270 assertEquals(0, child1.getLeft() - child0.getRight());
272 assertEquals(0, child0.getLeft() - child1.getRight());
282 child0 = mGridView.getChildAt(0);
285 assertEquals(5, child1.getLeft() - child0.getRight());
287 assertEquals(5, child0.getLeft() - child1.getRight());
303 View child0 = mGridView.getChildAt(0); local
305 assertEquals(0, child1.getTop() - child0.getBottom());
314 child0 = mGridView.getChildAt(0);
316 assertEquals(5, child1.getTop() - child0.getBottom())
    [all...]
TabHostTest.java 292 TextView child0 = (TextView) tabHost.getTabContentView().getChildAt(0); local
294 child0.getText().toString());
308 child0 = (TextView) tabHost.getTabContentView().getChildAt(0);
310 child0.getText().toString());
  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 165 // +-- child0 (Widget, attached to host0)
174 scoped_ptr<Widget> child0(CreateChildForHost(toplevel()->GetNativeView(),
208 // Reparent test_host to contents view of child0, expect 2 parent changes
210 // parent belongs to the child0.
213 child0->GetContentsView()->AddChildView(test_host);
226 // +-- child0 (Widget, attached to host0)
239 scoped_ptr<Widget> child0(CreateChildForHost(toplevel()->GetNativeView(),
272 // Then, reparent view1 to contents view of child0.
280 child0->GetContentsView()->AddChildView(view1);
  /external/bison/tests/
cxx-type.at 208 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
214 node->nterm.children[0] = child0;
215 if (child0)
216 child0->nodeInfo.parents += 1;
259 char *child0;
270 child0 = node_to_string (node->nterm.children[0]);
273 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
275 sprintf (buffer, node->nterm.form, child0, child1, child2);
276 free (child0);
  /external/lldb/test/lang/c/array_types/
TestArrayTypes.py 183 child0 = variable.GetChildAtIndex(0)
184 self.DebugSBValue(child0)
185 self.assertTrue(child0.GetNumChildren() == 3,
187 child0_2 = child0.GetChildAtIndex(2)
  /external/chromium_org/ui/views/controls/
single_split_view_unittest.cc 154 MinimumSizedView *child0 = local
160 child0, child1, SingleSplitView::VERTICAL_SPLIT, &listener);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_unittest.cc 214 // child0 <-- inserted
221 tree2_child0.SetName("Child0");
378 // child0 <-- inserted
394 tree2_child0.SetName("Child0");
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 116 View child0 = mLayoutManager.findViewByPosition(0); local
119 assertNotNull(logPrefix + " child position 0 should be laid out", child0);
123 helper.getDecoratedStart(child0) >= helper.getDecoratedEnd(child1));
125 helper.getDecoratedEnd(child0), helper.getEndAfterPadding());
128 helper.getDecoratedStart(child1) >= helper.getDecoratedEnd(child0));
130 helper.getDecoratedStart(child0), helper.getStartAfterPadding());
    [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...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 603 MergedItem child0 = mChildren.get(0); local
604 mPackageInfo = child0.mProcess.mPackageInfo;
    [all...]

Completed in 1305 milliseconds