Searched refs:currentUptime (Results 1 – 1 of 1) sorted by relevance
1577 final long currentUptime = SystemClock.uptimeMillis(); in isWindowScrolling() local1578 if (currentUptime > (latestScrollingTime + DISABLE_PREFETCHING_FOR_SCROLLING_MILLIS)) { in isWindowScrolling()