Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getPageAt

148             getPageAt(i).setGridSize(mGridCountX, mGridCountY);
205 getPageAt(pageNo).addViewToCellLayout(
225 public CellLayout getPageAt(int index) {
231 getPageAt(i).removeView(view);
236 return getPageAt(getNextPage());
267 getPageAt(i).removeView(v);
359 (getPageAt(0).getDesiredWidth() + getPaddingLeft() + getPaddingRight()) : 0;
364 (getPageAt(0).getDesiredHeight() + getPaddingTop() + getPaddingBottom()) : 0;
373 return getPageAt(lastPageIndex).getShortcutsAndWidgets().getChildCount()
382 CellLayout page = getPageAt(pageIndex);
420 CellLayout page = getPageAt(k);
509 CellLayout page = getPageAt(pageNo);
595 final CellLayout page = getPageAt(p);
632 CellLayout page = getPageAt(pageToAnimate);