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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java360 CellLayout cl = (CellLayout) getChildAt(numCustomPages());
807 nScreens = nScreens - numCustomPages();
895 int minScreens = 1 + numCustomPages();
1435 int firstIndex = numCustomPages();
1467 int numScrollingPages = getChildCount() - numCustomPages();
1476 int numScrollingPages = getChildCount() - numEmptyScreensToIgnore() - numCustomPages();
1569 for (int i = numCustomPages(); i < getChildCount(); i++) {
1604 public int numCustomPages() { method in class:Workspace
1941 int start = numCustomPages();
2018 for (int i = numCustomPages();
[all...]

Completed in 88 milliseconds