Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java1683 int upperPageBound = getAssociatedUpperPageBound(page); in loadAssociatedPages() local
1685 + upperPageBound); in loadAssociatedPages()
1689 if ((i < lowerPageBound) || (i > upperPageBound)) { in loadAssociatedPages()
1701 if (lowerPageBound <= i && i <= upperPageBound) { in loadAssociatedPages()