Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java1682 int lowerPageBound = getAssociatedLowerPageBound(page); in loadAssociatedPages() local
1684 if (DEBUG) Log.d(TAG, "loadAssociatedPages: " + lowerPageBound + "/" in loadAssociatedPages()
1689 if ((i < lowerPageBound) || (i > upperPageBound)) { in loadAssociatedPages()
1701 if (lowerPageBound <= i && i <= upperPageBound) { in loadAssociatedPages()