Lines Matching defs:getPageAt

250             mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
278 View getPageAt(int index) {
319 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
361 getPageAt(i).setOnLongClickListener(l);
468 final View child = getPageAt(i);
521 View page = (View) getPageAt(i);
539 final View child = getPageAt(i);
550 final View child = getPageAt(i);
587 final View child = getPageAt(i);
677 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing;
703 getScaledMeasuredWidth(getPageAt(index))) / 2;
719 final int pageWidth = getScaledMeasuredWidth(getPageAt(0));
726 x += getScaledMeasuredWidth(getPageAt(leftScreen)) + mPageSpacing;
731 x += getScaledMeasuredWidth(getPageAt(rightScreen)) + mPageSpacing;
768 drawChild(canvas, getPageAt(i), drawingTime);
793 View v = getPageAt(focusablePage);
819 getPageAt(mCurrentPage).addFocusables(views, direction);
823 getPageAt(mCurrentPage - 1).addFocusables(views, direction);
827 getPageAt(mCurrentPage + 1).addFocusables(views, direction);
841 View current = getPageAt(mCurrentPage);
868 final View currentPage = getPageAt(mCurrentPage);
1051 final View currentPage = getPageAt(mCurrentPage);
1208 final int pageWidth = getScaledMeasuredWidth(getPageAt(mCurrentPage));
1367 right = (left + getScaledMeasuredWidth(getPageAt(i)));
1378 final int measuredWidth = getPageAt(index).getMeasuredWidth();
1389 View layout = (View) getPageAt(i);
1484 focusedChild == getPageAt(mCurrentPage)) {
1530 if (vp == getPageAt(i)) {
1598 Page layout = (Page) getPageAt(i);
1648 Page layout = (Page) getPageAt(i);
1668 Page layout = (Page) getPageAt(i);