Home | History | Annotate | Download | only in launcher2

Lines Matching refs:getPageCount

281     int getPageCount() {
321 mCurrentPage = Math.max(0, Math.min(currentPage, getPageCount() - 1));
368 final int count = getPageCount();
414 mCurrentPage = Math.max(0, Math.min(mNextPage, getPageCount() - 1));
849 if (getCurrentPage() < getPageCount() - 1) {
859 if (mCurrentPage >= 0 && mCurrentPage < getPageCount()) {
867 if (mCurrentPage < getPageCount() - 1) {
1495 whichPage = Math.max(0, Math.min(whichPage, getPageCount() - 1));
1695 setCurrentPage(Math.min(getPageCount() - 1, currentPage));
1862 info.setScrollable(getPageCount() > 1);
1863 if (getCurrentPage() < getPageCount() - 1) {
1889 if (getCurrentPage() < getPageCount() - 1) {