• Home
  • Raw
  • Download

Lines Matching refs:getPageAt

255             mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);  in setPageSwitchListener()
293 View getPageAt(int index) { in getPageAt() method in PagedView
360 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage); in notifyPageSwitchListener()
400 getPageAt(i).setOnLongClickListener(l); in setOnLongClickListener()
528 final View child = getPageAt(i); in onMeasure()
600 View page = (View) getPageAt(i); in scrollToNewPageWithoutMovingPages()
618 final View child = getPageAt(i); in setLayoutScale()
629 final View child = getPageAt(i); in setLayoutScale()
660 final View child = getPageAt(i); in onLayout()
751 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing; in getChildOffset()
793 View currPage = getPageAt(leftScreen); in getVisiblePages()
798 currPage = getPageAt(leftScreen); in getVisiblePages()
801 currPage = getPageAt(rightScreen + delta); in getVisiblePages()
805 currPage = getPageAt(rightScreen + delta); in getVisiblePages()
848 final View v = getPageAt(i); in dispatchDraw()
878 View v = getPageAt(focusablePage); in onRequestFocusInDescendants()
906 getPageAt(mCurrentPage).addFocusables(views, direction, focusableMode); in addFocusables()
910 getPageAt(mCurrentPage - 1).addFocusables(views, direction, focusableMode); in addFocusables()
914 getPageAt(mCurrentPage + 1).addFocusables(views, direction, focusableMode); in addFocusables()
928 View current = getPageAt(mCurrentPage); in focusableViewAvailable()
955 final View currentPage = getPageAt(mCurrentPage); in requestDisallowInterceptTouchEvent()
1134 final View currentPage = getPageAt(mCurrentPage); in cancelCurrentPageLongPress()
1291 final int pageWidth = getScaledMeasuredWidth(getPageAt(mCurrentPage)); in onTouchEvent()
1458 right = (left + getScaledMeasuredWidth(getPageAt(i))); in getChildIndexForRelativeOffset()
1469 final int measuredWidth = getPageAt(index).getMeasuredWidth(); in getChildWidth()
1480 View layout = (View) getPageAt(i); in getPageNearestToCenterOfScreen()
1576 focusedChild == getPageAt(mCurrentPage)) { in snapToPage()
1622 if (vp == getPageAt(i)) { in getPageForView()
1688 Page layout = (Page) getPageAt(i); in loadAssociatedPages()