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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1391 int numScrollingPages = getNumScreensExcludingEmptyAndCustom();
1449 private int getNumScreensExcludingEmptyAndCustom() { method in class:Workspace.WallpaperOffsetInterpolator
1486 if (getNumScreensExcludingEmptyAndCustom() != mNumScreens) {
1491 mNumScreens = getNumScreensExcludingEmptyAndCustom();

Completed in 436 milliseconds