Searched defs:getNumScreensExcludingEmptyAndCustom (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DWallpaperOffsetInterpolator.java111 int numScrollingPages = getNumScreensExcludingEmptyAndCustom();
174 private int getNumScreensExcludingEmptyAndCustom() { method in class:WallpaperOffsetInterpolator
210 if (getNumScreensExcludingEmptyAndCustom() != mNumScreens) {
216 mNumScreens = getNumScreensExcludingEmptyAndCustom();

Completed in 41 milliseconds