Home | History | Annotate | Download | only in launcher3

Lines Matching defs:page

691         // Set the anchor view if the page is scrolling
828 int page = workspace.getNextPage();
830 CellLayout leftPage = (CellLayout) workspace.getChildAt(isRtl ? page + 1 : page - 1);
831 CellLayout rightPage = (CellLayout) workspace.getChildAt(isRtl ? page - 1 : page + 1);