Searched refs:newPageIndex (Results 1 – 2 of 2) sorted by relevance
387 int newPageIndex = pageIndex - 1; in handleIconKeyEvent() local389 newPageIndex = pageIndex + 1; in handleIconKeyEvent()392 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex); in handleIconKeyEvent()398 newPageIndex, pageCount, Utilities.isRtl(v.getResources())); in handleIconKeyEvent()427 newPageIndex = pageIndex + 1; in handleIconKeyEvent()429 newPageIndex = pageIndex - 1; in handleIconKeyEvent()432 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex); in handleIconKeyEvent()437 newPageIndex, pageCount, Utilities.isRtl(v.getResources())); in handleIconKeyEvent()
191 void onPageSwitch(View newPage, int newPageIndex); in onPageSwitch() argument