Lines Matching refs:getPageAt

386             mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);  in setPageSwitchListener()
408 public View getPageAt(int index) { in getPageAt() method in PagedView
497 mPageSwitchListener.onPageSwitch(getPageAt(getNextPage()), getNextPage()); in notifyPageSwitchListener()
549 getPageAt(i).setOnLongClickListener(l); in setOnLongClickListener()
790 final View child = getPageAt(i); in onMeasure()
868 final View child = getPageAt(i); in onLayout()
894 nextLp = (LayoutParams) getPageAt(next).getLayoutParams(); in onLayout()
1047 int offset = getPageAt(index).getLeft() - getViewportOffsetX(); in getChildOffset()
1069 View currPage = getPageAt(i); in getVisiblePages()
1135 final View v = getPageAt(i); in dispatchDraw()
1210 View v = getPageAt(focusablePage); in onRequestFocusInDescendants()
1248 getPageAt(mCurrentPage).addFocusables(views, direction, focusableMode); in addFocusables()
1252 getPageAt(mCurrentPage - 1).addFocusables(views, direction, focusableMode); in addFocusables()
1256 getPageAt(mCurrentPage + 1).addFocusables(views, direction, focusableMode); in addFocusables()
1270 View current = getPageAt(mCurrentPage); in focusableViewAvailable()
1297 final View currentPage = getPageAt(mCurrentPage); in requestDisallowInterceptTouchEvent()
1471 final View currentPage = getPageAt(mCurrentPage); in cancelCurrentPageLongPress()
1593 View page = getPageAt(i); in getNearestHoverOverPageIndex()
1763 final int pageWidth = getPageAt(mCurrentPage).getMeasuredWidth(); in onTouchEvent()
1977 View layout = (View) getPageAt(i); in getPageNearestToCenterOfScreen()
2128 if (vp == getPageAt(i)) { in getPageForView()