Searched defs:getPageAt (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderPagedView.java148 getPageAt(i).setGridSize(mGridCountX, mGridCountY);
205 getPageAt(pageNo).addViewToCellLayout(
225 public CellLayout getPageAt(int index) { method in class:FolderPagedView
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(pageInde
[all...]
H A DPagedView.java391 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
413 public View getPageAt(int index) { method in class:PagedView
502 mPageSwitchListener.onPageSwitch(getPageAt(getNextPage()), getNextPage());
554 getPageAt(i).setOnLongClickListener(l);
791 final View child = getPageAt(i);
869 final View child = getPageAt(i);
895 nextLp = (LayoutParams) getPageAt(next).getLayoutParams();
1048 int offset = getPageAt(index).getLeft() - getViewportOffsetX();
1071 View currPage = getPageAt(i);
1137 final View v = getPageAt(
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java301 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(currentPage);
310 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage);
921 View v = getPageAt(i);
939 View v = getPageAt(task.page);
1023 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(page);
1185 final PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page);
1304 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page);
1362 View getPageAt(int index) { method in class:AppsCustomizePagedView
1378 View v = getPageAt(i);
1478 final View layout = (View) getPageAt(
[all...]
H A DPagedView.java255 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
293 View getPageAt(int index) { method in class:PagedView
360 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
400 getPageAt(i).setOnLongClickListener(l);
528 final View child = getPageAt(i);
600 View page = (View) getPageAt(i);
618 final View child = getPageAt(i);
629 final View child = getPageAt(i);
660 final View child = getPageAt(i);
751 offset += getScaledMeasuredWidth(getPageAt(
[all...]

Completed in 18 milliseconds