Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1530 int emptyExtraPages = numEmptyScreensToIgnore(); in wallpaperOffsetForScroll()
1566 private int numEmptyScreensToIgnore() { in numEmptyScreensToIgnore() method
1576 int numScrollingPages = getChildCount() - numEmptyScreensToIgnore() - numCustomPages(); in getNumScreensExcludingEmptyAndCustom()