Searched defs:nextPage (Results 1 – 2 of 2) sorted by relevance
311 CellLayout nextPage = (CellLayout) workspace.getPageAt(pageIndex + 1); in handleHotseatButtonKeyEvent() local
1819 int nextPage = Math.max(0, mCurrentPage - 1); in onTouchEvent() local1829 int nextPage = Math.min(getChildCount() - 1, mCurrentPage + 1); in onTouchEvent() local