Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java129 getPageAt(i).setGridSize(mGridCountX, mGridCountY); in setupContentDimensions()
207 getPageAt(pageNo).addViewToCellLayout(view, -1, item.getViewId(), lp, true); in addViewForRank()
234 public CellLayout getPageAt(int index) { in getPageAt() method in FolderPagedView
239 return getPageAt(getNextPage()); in getCurrentCellLayout()
269 getPageAt(i).removeView(v); in removeItem()
352 (getPageAt(0).getDesiredWidth() + getPaddingLeft() + getPaddingRight()) : 0; in getDesiredWidth()
357 (getPageAt(0).getDesiredHeight() + getPaddingTop() + getPaddingBottom()) : 0; in getDesiredHeight()
365 CellLayout page = getPageAt(pageIndex); in findNearestArea()
402 CellLayout page = getPageAt(k); in iterateOverItems()
488 CellLayout page = getPageAt(pageNo); in verifyVisibleHighResIcons()
[all …]
DFolderAnimationManager.java348 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
DFolder.java1168 int cellIconGap = (mContent.getPageAt(0).getCellWidth() in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java229 public View getPageAt(int index) { in getPageAt() method in PagedView
312 View page = getPageAt(i); in forEachVisiblePage()
428 AccessibilityManagerCompat.sendCustomAccessibilityEvent(getPageAt(mCurrentPage), in onPageEndTransition()
681 final View child = getPageAt(i); in getPageScrolls()
771 View pageAtIndex = getPageAt(index); in getChildOffset()
776 View layout = getPageAt(index); in getChildVisibleSize()
802 View v = getPageAt(focusablePage); in onRequestFocusInDescendants()
855 getPageAt(nextPage).addFocusables(views, direction, focusableMode); in addFocusables()
860 getPageAt(nextPage).addFocusables(views, direction, focusableMode); in addFocusables()
865 getPageAt(nextPage).addFocusables(views, direction, focusableMode); in addFocusables()
[all …]
DWorkspace.java444 CellLayout page = (CellLayout) getPageAt(pageIndex); in onDragStart()
1303 final CellLayout layout = (CellLayout) getPageAt(i); in enableHwLayersOnVisiblePages()
1390 updateAccessibilityFlags(accessibilityFlag, (CellLayout) getPageAt(i)); in updateAccessibilityFlags()
DLauncher.java2723 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DOverviewState.java71 View workspacePage = workspace.getPageAt(workspace.getCurrentPage()); in getWorkspaceScaleAndTranslation()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java477 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
483 layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java165 ? (TaskView) recents.getPageAt(currentPage) in executeCommand()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java269 rv.getPageAt(rv.getCurrentPage()), TYPE_VIEW_FOCUSED, null); in onStateSetEnd()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1472 if (getPageCount() == 0 || getPageAt(0).getMeasuredWidth() == 0) { in updateCurveProperties()
3221 anim.play(ObjectAnimator.ofFloat(getPageAt(centerTaskIndex),
3240 anim.play(ObjectAnimator.ofPropertyValuesHolder(getPageAt(otherAdjacentTaskIndex),