Searched refs:newPageScrolls (Results 1 – 1 of 1) sorted by relevance
5642 int[] newPageScrolls = new int[outPageScrolls.length]; in getPageScrolls() local5643 super.getPageScrolls(newPageScrolls, layoutChildren, scrollLogic); in getPageScrolls()5662 clearAllScroll = newPageScrolls[clearAllIndex] + (int) scrollDiff; in getPageScrolls()5674 int pageScroll = newPageScrolls[i] + Math.round(scrollDiff); in getPageScrolls()