Searched refs:getCenterY (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridWidgetTest.java327 private static int getCenterY(View v) { method in class:GridWidgetTest
1259 int top1 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10));
1265 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20));
1270 int top3 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20));
1277 int top4 = getCenterY(mGridView.getLayoutManager().findViewByPosition(lastVisiblePos + 1));
1285 int top5 = getCenterY(mGridView.getLayoutManager().findViewByPosition(firstVisiblePos - 1));
1290 int top6 = getCenterY(mGridView.getLayoutManager().findViewByPosition(100));
1301 int top7 = getCenterY(mGridView.getLayoutManager().findViewByPosition(200));
1306 int top8 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10));
1362 int top1 = getCenterY(mGridVie
[all...]

Completed in 747 milliseconds