Home | History | Annotate | Download | only in widget

Lines Matching defs:getCenterY

374     private static int getCenterY(View v) {
3149 int top1 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10));
3155 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20));
3160 int top3 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20));
3167 int top4 = getCenterY(mGridView.getLayoutManager().findViewByPosition(lastVisiblePos + 1));
3175 int top5 = getCenterY(mGridView.getLayoutManager().findViewByPosition(firstVisiblePos - 1));
3180 int top6 = getCenterY(mGridView.getLayoutManager().findViewByPosition(100));
3192 int top7 = getCenterY(mGridView.getLayoutManager().findViewByPosition(200));
3197 int top8 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10));
3254 int top1 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10));
3260 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20));
3265 int top3 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20));
3272 int top4 = getCenterY(mGridView.getLayoutManager().findViewByPosition(lastVisiblePos + 1));
3280 int top5 = getCenterY(mGridView.getLayoutManager().findViewByPosition(firstVisiblePos - 1));
3285 int top6 = getCenterY(mGridView.getLayoutManager().findViewByPosition(100));
3297 int top7 = getCenterY(mGridView.getLayoutManager().findViewByPosition(200));
3302 int top8 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10));