Searched refs:getPageAt (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
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() 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 …]
|
D | FolderAnimationManager.java | 348 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
|
D | Folder.java | 1168 int cellIconGap = (mContent.getPageAt(0).getCellWidth() in onMeasure()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 229 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 …]
|
D | Workspace.java | 444 CellLayout page = (CellLayout) getPageAt(pageIndex); in onDragStart() 1303 final CellLayout layout = (CellLayout) getPageAt(i); in enableHwLayersOnVisiblePages() 1390 updateAccessibilityFlags(accessibilityFlag, (CellLayout) getPageAt(i)); in updateAccessibilityFlags()
|
D | Launcher.java | 2723 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | OverviewState.java | 71 View workspacePage = workspace.getPageAt(workspace.getCurrentPage()); in getWorkspaceScaleAndTranslation()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 477 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace() 483 layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OverviewCommandHelper.java | 165 ? (TaskView) recents.getPageAt(currentPage) in executeCommand()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 269 rv.getPageAt(rv.getCurrentPage()), TYPE_VIEW_FOCUSED, null); in onStateSetEnd()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 1472 if (getPageCount() == 0 || getPageAt(0).getMeasuredWidth() == 0) { in updateCurveProperties() 3221 anim.play(ObjectAnimator.ofFloat(getPageAt(centerTaskIndex), 3240 anim.play(ObjectAnimator.ofPropertyValuesHolder(getPageAt(otherAdjacentTaskIndex),
|