Searched refs:getPageAt (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 132 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 …]
|
D | FolderAnimationManager.java | 252 CellLayout clAtPage = mContent.getPageAt(page); in getAnimator() 380 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 231 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 …]
|
D | Workspace.java | 497 CellLayout page = (CellLayout) getPageAt(pageIndex); in onDragStart() 1523 final CellLayout layout = (CellLayout) getPageAt(i); in enableHwLayersOnVisiblePages() 1608 updateAccessibilityFlags(accessibilityFlag, (CellLayout) getPageAt(i)); in updateAccessibilityFlags()
|
D | Launcher.java | 2670 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets();
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 358 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/ |
D | TaplTwoPanelWorkspaceTest.java | 359 CellLayout page = (CellLayout) launcher.getWorkspace().getPageAt(i); in assertPagesExist()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OverviewCommandHelper.java | 299 ? (TaskView) visibleRecentsView.getPageAt(currentPage) in executeCommand()
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 280 CellLayout cellLayout = (CellLayout) workspace.getPageAt( in call()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsFullSheet.java | 985 return (WidgetsRecyclerView) mViewPager.getPageAt(mViewPager.getCurrentPage()); in findVisibleRecyclerView()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 579 rv.getPageAt(rv.getCurrentPage()), TYPE_VIEW_FOCUSED, null); in onStateSetEnd()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 2314 if (getPageCount() == 0 || getPageAt(0).getMeasuredWidth() == 0) { in updateCurveProperties() 5194 anim.play(ObjectAnimator.ofFloat(getPageAt(centerTaskIndex), 5215 anim.play(ObjectAnimator.ofPropertyValuesHolder(getPageAt(otherAdjacentTaskIndex),
|