Searched refs:sScrollingWindows (Results 1 – 1 of 1) sorted by relevance
132 private static final SparseLongArray sScrollingWindows = new SparseLongArray(); field in AccessibilityInteractionClient1549 synchronized (sScrollingWindows) { in updateScrollingWindow()1550 sScrollingWindows.put(windowId, uptimeMillis); in updateScrollingWindow()1560 synchronized (sScrollingWindows) { in deleteScrollingWindow()1561 sScrollingWindows.delete(windowId); in deleteScrollingWindow()1572 synchronized (sScrollingWindows) { in isWindowScrolling()1573 final long latestScrollingTime = sScrollingWindows.get(windowId); in isWindowScrolling()1579 sScrollingWindows.delete(windowId); in isWindowScrolling()