Searched refs:timeSinceLastScroll (Results 1 – 1 of 1) sorted by relevance
607 long timeSinceLastScroll = System.currentTimeMillis() - mLastScrollTime; in pacedScroll() local608 if (timeSinceLastScroll > MIN_TIME_BETWEEN_SCROLLS) { in pacedScroll()