Home | History | Annotate | Download | only in launcher2

Lines Matching refs:getPageAt

255             mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
293 View getPageAt(int index) {
360 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
400 getPageAt(i).setOnLongClickListener(l);
528 final View child = getPageAt(i);
600 View page = (View) getPageAt(i);
618 final View child = getPageAt(i);
629 final View child = getPageAt(i);
660 final View child = getPageAt(i);
751 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing;
793 View currPage = getPageAt(leftScreen);
798 currPage = getPageAt(leftScreen);
801 currPage = getPageAt(rightScreen + delta);
805 currPage = getPageAt(rightScreen + delta);
848 final View v = getPageAt(i);
878 View v = getPageAt(focusablePage);
906 getPageAt(mCurrentPage).addFocusables(views, direction, focusableMode);
910 getPageAt(mCurrentPage - 1).addFocusables(views, direction, focusableMode);
914 getPageAt(mCurrentPage + 1).addFocusables(views, direction, focusableMode);
928 View current = getPageAt(mCurrentPage);
955 final View currentPage = getPageAt(mCurrentPage);
1134 final View currentPage = getPageAt(mCurrentPage);
1291 getPageAt(mCurrentPage));
1458 right = (left + getScaledMeasuredWidth(getPageAt(i)));
1469 final int measuredWidth = getPageAt(index).getMeasuredWidth();
1480 View layout = (View) getPageAt(i);
1576 focusedChild == getPageAt(mCurrentPage)) {
1622 if (vp == getPageAt(i)) {
1688 Page layout = (Page) getPageAt(i);