Home | History | Annotate | Download | only in launcher2

Lines Matching refs:currPage

793             View currPage = getPageAt(leftScreen);
795 currPage.getX() + currPage.getWidth() -
796 currPage.getPaddingRight() < getScrollX()) {
798 currPage = getPageAt(leftScreen);
801 currPage = getPageAt(rightScreen + delta);
803 currPage.getX() - currPage.getPaddingLeft() < getScrollX() + screenWidth) {
805 currPage = getPageAt(rightScreen + delta);