Searched refs:getPageAt (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | FolderPagedView.java | 129 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() 365 CellLayout page = getPageAt(pageIndex); in findNearestArea() 402 CellLayout page = getPageAt(k); in iterateOverItems() 488 CellLayout page = getPageAt(pageNo); in verifyVisibleHighResIcons() 585 final CellLayout page = getPageAt(p); in realTimeReorder() [all …]
|
H A D | FolderAnimationManager.java | 341 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
|
H A D | Folder.java | 1174 int cellIconGap = (mContent.getPageAt(0).getCellWidth() in onMeasure()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | PagedView.java | 240 public View getPageAt(int index) { in getPageAt() method in PagedView 378 View page = getPageAt(pageIndex); in forEachVisiblePage() 503 AccessibilityManagerCompat.sendCustomAccessibilityEvent(getPageAt(mCurrentPage), in onPageEndTransition() 763 final View child = getPageAt(i); in getPageScrolls() 859 View pageAtIndex = getPageAt(index); in getChildOffset() 864 View layout = getPageAt(index); in getChildVisibleSize() 890 View v = getPageAt(focusablePage); in onRequestFocusInDescendants() 923 View page = getPageAt(closestNeighbourIndex); in dispatchUnhandledMove() 943 getPageAt(pageIndex).addFocusables(views, direction, focusableMode)); in addFocusables() 955 View current = getPageAt(mCurrentPage); in focusableViewAvailable() [all …]
|
H A D | Workspace.java | 466 CellLayout page = (CellLayout) getPageAt(pageIndex); in onDragStart() 1488 final CellLayout layout = (CellLayout) getPageAt(i); in enableHwLayersOnVisiblePages() 1571 updateAccessibilityFlags(accessibilityFlag, (CellLayout) getPageAt(i)); in updateAccessibilityFlags()
|
H A D | Launcher.java | 2867 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/ |
H A D | TwoPanelWorkspaceTest.java | 263 CellLayout page = (CellLayout) launcher.getWorkspace().getPageAt(i); in assertPagesExist()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | OverviewCommandHelper.java | 175 ? (TaskView) recents.getPageAt(currentPage) in executeCommand()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
H A D | LauncherAccessibilityDelegate.java | 492 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace() 498 layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
H A D | QuickstepLauncher.java | 280 rv.getPageAt(rv.getCurrentPage()), TYPE_VIEW_FOCUSED, null); in onStateSetEnd()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | RecentsView.java | 1789 if (getPageCount() == 0 || getPageAt(0).getMeasuredWidth() == 0) { in updateCurveProperties() 4139 anim.play(ObjectAnimator.ofFloat(getPageAt(centerTaskIndex), 4162 anim.play(ObjectAnimator.ofPropertyValuesHolder(getPageAt(otherAdjacentTaskIndex),
|