Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getPageAt

391             mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
413 public View getPageAt(int index) {
502 mPageSwitchListener.onPageSwitch(getPageAt(getNextPage()), getNextPage());
554 getPageAt(i).setOnLongClickListener(l);
791 final View child = getPageAt(i);
869 final View child = getPageAt(i);
895 nextLp = (LayoutParams) getPageAt(next).getLayoutParams();
1048 int offset = getPageAt(index).getLeft() - getViewportOffsetX();
1071 View currPage = getPageAt(i);
1137 final View v = getPageAt(i);
1213 View v = getPageAt(focusablePage);
1241 getPageAt(mCurrentPage).addFocusables(views, direction, focusableMode);
1245 getPageAt(mCurrentPage - 1).addFocusables(views, direction, focusableMode);
1249 getPageAt(mCurrentPage + 1).addFocusables(views, direction, focusableMode);
1263 View current = getPageAt(mCurrentPage);
1290 final View currentPage = getPageAt(mCurrentPage);
1464 final View currentPage = getPageAt(mCurrentPage);
1586 View page = getPageAt(i);
1756 final int pageWidth = getPageAt(mCurrentPage).getMeasuredWidth();
1970 View layout = (View) getPageAt(i);
2077 focusedChild == getPageAt(mCurrentPage)) {
2126 if (vp == getPageAt(i)) {