Searched refs:sScrollingWindows (Results 1 – 1 of 1) sorted by relevance
115 private static final SparseLongArray sScrollingWindows = new SparseLongArray(); field in AccessibilityInteractionClient1255 synchronized (sScrollingWindows) { in updateScrollingWindow()1256 sScrollingWindows.put(windowId, uptimeMillis); in updateScrollingWindow()1266 synchronized (sScrollingWindows) { in deleteScrollingWindow()1267 sScrollingWindows.delete(windowId); in deleteScrollingWindow()1278 synchronized (sScrollingWindows) { in isWindowScrolling()1279 final long latestScrollingTime = sScrollingWindows.get(windowId); in isWindowScrolling()1285 sScrollingWindows.delete(windowId); in isWindowScrolling()