HomeSort by relevance Sort by last modified time
    Searched refs:getPageAt (Results 1 - 11 of 11) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
FolderPagedView.java 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)
    [all...]
PagedView.java 391 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
413 public View getPageAt(int index) {
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();
    [all...]
Folder.java 280 mContent.getPageAt(i).enableAccessibleDrag(enable, CellLayout.FOLDER_ACCESSIBILITY_DRAG);
    [all...]
Workspace.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 255 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
293 View getPageAt(int index) {
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(i)) + mPageSpacing
    [all...]
PagedViewWithDraggableItems.java 153 final View currentPage = getPageAt(mCurrentPage);
AppsCustomizePagedView.java 301 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(currentPage);
310 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage);
    [all...]
AppsCustomizeTabHost.java 231 visiblePages.add(mAppsCustomizePane.getPageAt(i));
FocusHelper.java 122 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index);
    [all...]
Workspace.java 754 ((CellLayout) getPageAt(i)).setShortcutAndWidgetAlpha(1f);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 409 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex);
415 layout = (CellLayout) workspace.getPageAt(screenIndex);

Completed in 416 milliseconds