Home | History | Annotate | Download | only in launcher3

Lines Matching refs:nextPage

1933                 int nextPage = Math.max(0, mCurrentPage - 1);
1934 if (nextPage != mCurrentPage) {
1935 snapToPage(nextPage);
1943 int nextPage = Math.min(getChildCount() - 1, mCurrentPage + 1);
1944 if (nextPage != mCurrentPage) {
1945 snapToPage(nextPage);