Home | History | Annotate | Download | only in launcher2

Lines Matching refs:upperPageBound

1683                 int upperPageBound = getAssociatedUpperPageBound(page);
1685 + upperPageBound);
1689 if ((i < lowerPageBound) || (i > upperPageBound)) {
1701 if (lowerPageBound <= i && i <= upperPageBound) {