Home | History | Annotate | Download | only in widget

Lines Matching defs:top2

3086         int top2 = mGridView.getLayoutManager().findViewByPosition(3).getTop();
3087 assertEquals(top1 - 100, top2);
3155 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20));
3156 assertEquals(top1 - 100, top2);
3260 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20));
3261 assertEquals(top1 - 100, top2);