Home
last modified time | relevance | path

Searched refs:getPageAt (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java168 getPageAt(i).setGridSize(mGridCountX, mGridCountY); in setupContentDimensions()
228 getPageAt(pageNo).addViewToCellLayout(view, -1, item.getViewId(), lp, true); in addViewForRank()
247 public CellLayout getPageAt(int index) { in getPageAt() method in FolderPagedView
252 return getPageAt(getNextPage()); in getCurrentCellLayout()
282 getPageAt(i).removeView(v); in removeItem()
386 (getPageAt(0).getDesiredWidth() + getPaddingLeft() + getPaddingRight()) : 0; in getDesiredWidth()
391 (getPageAt(0).getDesiredHeight() + getPaddingTop() + getPaddingBottom()) : 0; in getDesiredHeight()
400 return getPageAt(lastPageIndex).getShortcutsAndWidgets().getChildCount() in getItemCount()
409 CellLayout page = getPageAt(pageIndex); in findNearestArea()
449 CellLayout page = getPageAt(k); in iterateOverItems()
[all …]
DFolderAnimationManager.java244 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
DFolder.java1005 int cellIconGap = (mContent.getPageAt(0).getCellWidth() in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java226 public View getPageAt(int index) { in getPageAt() method in PagedView
634 final View child = getPageAt(i); in getPageScrolls()
717 return getPageAt(index).getLeft(); in getChildOffset()
742 View v = getPageAt(focusablePage); in onRequestFocusInDescendants()
786 getPageAt(mCurrentPage).addFocusables(views, direction, focusableMode); in addFocusables()
790 getPageAt(mCurrentPage - 1).addFocusables(views, direction, focusableMode); in addFocusables()
794 getPageAt(mCurrentPage + 1).addFocusables(views, direction, focusableMode); in addFocusables()
808 View current = getPageAt(mCurrentPage); in focusableViewAvailable()
835 final View currentPage = getPageAt(mCurrentPage); in requestDisallowInterceptTouchEvent()
970 final View currentPage = getPageAt(mCurrentPage); in cancelCurrentPageLongPress()
[all …]
DWorkspace.java417 CellLayout page = (CellLayout) getPageAt(pageIndex); in onDragStart()
1318 final CellLayout layout = (CellLayout) getPageAt(i); in enableHwLayersOnVisiblePages()
1407 updateAccessibilityFlags(accessibilityFlag, (CellLayout) getPageAt(i)); in updateAccessibilityFlags()
2913 final CellLayout currentPage = (CellLayout) getPageAt(curPage);
DLauncher.java2443 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DOverviewCommandHelper.java112 taskView = (TaskView) rv.getPageAt(0); in onTransitionComplete()
134 ((TaskView) recents.getPageAt(currentPage)).launchTask(true); in handleCommand()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java411 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
417 layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java681 if (getPageCount() == 0 || getPageAt(0).getMeasuredWidth() == 0) { in updateCurveProperties()
693 View page = getPageAt(i); in updateCurveProperties()
1475 anim.play(ObjectAnimator.ofFloat(getPageAt(centerTaskIndex), TRANSLATION_X, in createAdjacentPageAnimForTaskLaunch()
1483 .build(getPageAt(otherAdjacentTaskIndex))); in createAdjacentPageAnimForTaskLaunch()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DOverviewState.java82 View workspacePage = workspace.getPageAt(workspace.getCurrentPage()); in getWorkspaceScaleAndTranslation()