Searched refs:getPageAt (Results 1 - 11 of 11) 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);
363 (getPageAt(0).getDesiredWidth() + getPaddingLeft() + getPaddingRight()) : 0;
368 (getPageAt(0).getDesiredHeight() + getPaddingTop() + getPaddingBottom()) : 0;
377 return getPageAt(lastPageIndex).getShortcutsAndWidgets().getChildCount()
386 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...]
H A DFolder.java287 mContent.getPageAt(i).enableAccessibleDrag(enable, CellLayout.FOLDER_ACCESSIBILITY_DRAG);
1043 int cellIconGap = (mContent.getPageAt(0).getCellWidth()
H A DWorkspace.java1835 final CellLayout layout = (CellLayout) getPageAt(i);
2019 updateAccessibilityFlags((CellLayout) getPageAt(i), i);
2894 mDropToLayout = (CellLayout) getPageAt(getNextPage());
/packages/apps/Launcher2/src/com/android/launcher2/
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...]
H A DPagedViewWithDraggableItems.java153 final View currentPage = getPageAt(mCurrentPage);
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 DAppsCustomizeTabHost.java231 visiblePages.add(mAppsCustomizePane.getPageAt(i));
H A DFocusHelper.java122 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index);
H A DWorkspace.java754 ((CellLayout) getPageAt(i)).setShortcutAndWidgetAlpha(1f);
1415 final CellLayout layout = (CellLayout) getPageAt(i);
1421 final CellLayout layout = (CellLayout) getPageAt(i);
2452 mDropToLayout = (CellLayout) getPageAt(getNextPage());
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java409 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex);
415 layout = (CellLayout) workspace.getPageAt(screenIndex);

Completed in 118 milliseconds