Home
last modified time | relevance | path

Searched refs:mRequestTakeScreenshotOfWindowTimestampMs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java241 private SparseArray<Long> mRequestTakeScreenshotOfWindowTimestampMs = new SparseArray<>(); field in AbstractAccessibilityServiceConnection
1407 - mRequestTakeScreenshotOfWindowTimestampMs.get(accessibilityWindowId, 0L)) in takeScreenshotOfWindow()
1413 mRequestTakeScreenshotOfWindowTimestampMs.put(accessibilityWindowId, currentTimestamp); in takeScreenshotOfWindow()