Home | History | Annotate | Download | only in launcher3

Lines Matching refs:pageDiff

1056         int pageDiff = getWidgetPageLoadPriority(page);
1057 if (pageDiff <= 0) {
1059 } else if (pageDiff <= 1) {
1066 int pageDiff = getWidgetPageLoadPriority(page);
1067 return Math.max(0, pageDiff * sPageSleepDelay);