Lines Matching defs:getPageAt
459 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
499 View getPageAt(int index) {
586 mPageSwitchListener.onPageSwitch(getPageAt(getNextPage()), getNextPage());
634 getPageAt(i).setOnLongClickListener(l);
856 final View child = getPageAt(i);
933 final View child = getPageAt(i);
959 nextLp = (LayoutParams) getPageAt(next).getLayoutParams();
1103 int offset = getPageAt(index).getLeft() - getViewportOffsetX();
1126 View currPage = getPageAt(i);
1194 final View v = getPageAt(i);
1230 View v = getPageAt(focusablePage);
1258 getPageAt(mCurrentPage).addFocusables(views, direction, focusableMode);
1262 getPageAt(mCurrentPage - 1).addFocusables(views, direction, focusableMode);
1266 getPageAt(mCurrentPage + 1).addFocusables(views, direction, focusableMode);
1280 View current = getPageAt(mCurrentPage);
1307 final View currentPage = getPageAt(mCurrentPage);
1508 final View currentPage = getPageAt(mCurrentPage);
1691 View page = getPageAt(i);
1877 final int pageWidth = getPageAt(mCurrentPage).getMeasuredWidth();
2093 return getPageAt(index).getMeasuredWidth();
2114 View layout = (View) getPageAt(i);
2220 focusedChild == getPageAt(mCurrentPage)) {
2274 if (vp == getPageAt(i)) {
2346 Page layout = (Page) getPageAt(i);