Searched refs:latestScrollingTime (Results 1 – 1 of 1) sorted by relevance
1596 final long latestScrollingTime = sScrollingWindows.get(windowId); in isWindowScrolling() local1597 if (latestScrollingTime == 0) { in isWindowScrolling()1601 if (currentUptime > (latestScrollingTime + DISABLE_PREFETCHING_FOR_SCROLLING_MILLIS)) { in isWindowScrolling()