Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java132 getPageAt(i).setGridSize(mGridCountX, mGridCountY); in setupContentDimensions()
213 getPageAt(pageNo).addViewToCellLayout(view, -1, item.getViewId(), lp, true); in addViewForRank()
251 public CellLayout getPageAt(int index) { in getPageAt() method in FolderPagedView
257 return getPageAt(getNextPage()); in getCurrentCellLayout()
287 getPageAt(i).removeView(v); in removeItem()
370 (getPageAt(0).getDesiredWidth() + getPaddingLeft() + getPaddingRight()) : 0; in getDesiredWidth()
375 (getPageAt(0).getDesiredHeight() + getPaddingTop() + getPaddingBottom()) : 0; in getDesiredHeight()
383 CellLayout page = getPageAt(pageIndex); in findNearestArea()
420 CellLayout page = getPageAt(k); in iterateOverItems()
511 CellLayout page = getPageAt(pageNo); in verifyVisibleHighResIcons()
[all …]
DFolderAnimationManager.java252 CellLayout clAtPage = mContent.getPageAt(page); in getAnimator()
380 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java231 public View getPageAt(int index) { in getPageAt() method in PagedView
381 View page = getPageAt(pageIndex); in forEachVisiblePage()
510 AccessibilityManagerCompat.sendCustomAccessibilityEvent(getPageAt(mCurrentPage), in onPageEndTransition()
821 final View child = getPageAt(i); in getPageScrolls()
921 View pageAtIndex = getPageAt(index); in getChildOffset()
926 View layout = getPageAt(index); in getChildVisibleSize()
952 View v = getPageAt(focusablePage); in onRequestFocusInDescendants()
985 View page = getPageAt(closestNeighbourIndex); in dispatchUnhandledMove()
1005 getPageAt(pageIndex).addFocusables(views, direction, focusableMode)); in addFocusables()
1017 View current = getPageAt(mCurrentPage); in focusableViewAvailable()
[all …]
DWorkspace.java497 CellLayout page = (CellLayout) getPageAt(pageIndex); in onDragStart()
1523 final CellLayout layout = (CellLayout) getPageAt(i); in enableHwLayersOnVisiblePages()
1608 updateAccessibilityFlags(accessibilityFlag, (CellLayout) getPageAt(i)); in updateAccessibilityFlags()
DLauncher.java2670 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets();
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java358 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
364 layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplTwoPanelWorkspaceTest.java359 CellLayout page = (CellLayout) launcher.getWorkspace().getPageAt(i); in assertPagesExist()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java299 ? (TaskView) visibleRecentsView.getPageAt(currentPage) in executeCommand()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java280 CellLayout cellLayout = (CellLayout) workspace.getPageAt( in call()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java985 return (WidgetsRecyclerView) mViewPager.getPageAt(mViewPager.getCurrentPage()); in findVisibleRecyclerView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java579 rv.getPageAt(rv.getCurrentPage()), TYPE_VIEW_FOCUSED, null); in onStateSetEnd()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2314 if (getPageCount() == 0 || getPageAt(0).getMeasuredWidth() == 0) { in updateCurveProperties()
5194 anim.play(ObjectAnimator.ofFloat(getPageAt(centerTaskIndex),
5215 anim.play(ObjectAnimator.ofPropertyValuesHolder(getPageAt(otherAdjacentTaskIndex),