Home
last modified time | relevance | path

Searched refs:numCustomPages (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DOverviewScreenAccessibilityDelegate.java91 if (index > mWorkspace.numCustomPages()) { in onInitializeAccessibilityNodeInfo()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java365 CellLayout cl = (CellLayout) getChildAt(numCustomPages()); in estimateItemSize()
816 nScreens = nScreens - numCustomPages(); in hasExtraEmptyScreen()
904 int minScreens = 1 + numCustomPages(); in stripEmptyScreens()
1531 int firstIndex = numCustomPages(); in wallpaperOffsetForScroll()
1567 int numScrollingPages = getChildCount() - numCustomPages(); in numEmptyScreensToIgnore()
1576 int numScrollingPages = getChildCount() - numEmptyScreensToIgnore() - numCustomPages(); in getNumScreensExcludingEmptyAndCustom()
1676 for (int i = numCustomPages(); i < getChildCount(); i++) { in updatePageAlphaValues()
1711 public int numCustomPages() { in numCustomPages() method in Workspace.WallpaperOffsetInterpolator
2048 int start = numCustomPages(); in getOverviewModePages()
2131 for (int i = numCustomPages(); i < total; i++) { in updateAccessibilityFlags()
[all …]
DWorkspaceStateTransitionAnimation.java288 final int customPageCount = mWorkspace.numCustomPages(); in animateWorkspace()
DDragLayer.java872 getDescendantRectRelativeToSelf(workspace.getChildAt(workspace.numCustomPages()), in showPageHints()