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

  /external/chromium_org/ui/views/controls/
single_split_view_unittest.cc 154 MinimumSizedView *child0 = local
160 child0, child1, SingleSplitView::VERTICAL_SPLIT, &listener);
  /cts/tests/tests/widget/src/android/widget/cts/
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());
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...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 252 View child0 = mLayoutManager.findViewByPosition(0); local
255 assertNotNull(logPrefix + " child position 0 should be laid out", child0);
259 helper.getDecoratedStart(child0) >= helper.getDecoratedEnd(child1));
261 helper.getDecoratedEnd(child0), helper.getEndAfterPadding());
264 helper.getDecoratedStart(child1) >= helper.getDecoratedEnd(child0));
266 helper.getDecoratedStart(child0), helper.getStartAfterPadding());
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 607 MergedItem child0 = mChildren.get(0); local
608 mPackageInfo = child0.mProcess.mPackageInfo;
    [all...]

Completed in 1094 milliseconds