Searched refs:getPageAt (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 123 getPageAt(i).setGridSize(mGridCountX, mGridCountY); in setupContentDimensions() 192 getPageAt(pageNo).addViewToCellLayout(view, -1, item.getViewId(), lp, true); in addViewForRank() 219 public CellLayout getPageAt(int index) { in getPageAt() method in FolderPagedView 224 return getPageAt(getNextPage()); in getCurrentCellLayout() 254 getPageAt(i).removeView(v); in removeItem() 337 (getPageAt(0).getDesiredWidth() + getPaddingLeft() + getPaddingRight()) : 0; in getDesiredWidth() 342 (getPageAt(0).getDesiredHeight() + getPaddingTop() + getPaddingBottom()) : 0; in getDesiredHeight() 350 CellLayout page = getPageAt(pageIndex); in findNearestArea() 387 CellLayout page = getPageAt(k); in iterateOverItems() 474 CellLayout page = getPageAt(pageNo); in verifyVisibleHighResIcons() [all …]
|
D | FolderAnimationManager.java | 301 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
|
D | Folder.java | 1036 int cellIconGap = (mContent.getPageAt(0).getCellWidth() in onMeasure()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 226 public View getPageAt(int index) { in getPageAt() method in PagedView 635 final View child = getPageAt(i); in getPageScrolls() 718 return getPageAt(index).getLeft(); in getChildOffset() 743 View v = getPageAt(focusablePage); in onRequestFocusInDescendants() 787 getPageAt(mCurrentPage).addFocusables(views, direction, focusableMode); in addFocusables() 791 getPageAt(mCurrentPage - 1).addFocusables(views, direction, focusableMode); in addFocusables() 795 getPageAt(mCurrentPage + 1).addFocusables(views, direction, focusableMode); in addFocusables() 809 View current = getPageAt(mCurrentPage); in focusableViewAvailable() 836 final View currentPage = getPageAt(mCurrentPage); in requestDisallowInterceptTouchEvent() 974 final View currentPage = getPageAt(mCurrentPage); in cancelCurrentPageLongPress() [all …]
|
D | Workspace.java | 411 CellLayout page = (CellLayout) getPageAt(pageIndex); in onDragStart() 1327 final CellLayout layout = (CellLayout) getPageAt(i); in enableHwLayersOnVisiblePages() 1416 updateAccessibilityFlags(accessibilityFlag, (CellLayout) getPageAt(i)); in updateAccessibilityFlags() 2948 final CellLayout currentPage = (CellLayout) getPageAt(curPage); in getFirstMatchForAppClose()
|
D | Launcher.java | 2469 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 421 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace() 427 layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 700 if (getPageCount() == 0 || getPageAt(0).getMeasuredWidth() == 0) { in updateCurveProperties() 712 View page = getPageAt(i); in updateCurveProperties() 1529 anim.play(ObjectAnimator.ofFloat(getPageAt(centerTaskIndex), TRANSLATION_X, in createAdjacentPageAnimForTaskLaunch() 1537 .build(getPageAt(otherAdjacentTaskIndex))); in createAdjacentPageAnimForTaskLaunch()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | OverviewCommandHelper.java | 134 ((TaskView) recents.getPageAt(currentPage)).launchTask(true); in handleCommand()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/ |
D | OverviewState.java | 83 View workspacePage = workspace.getPageAt(workspace.getCurrentPage()); in getWorkspaceScaleAndTranslation()
|