Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DWindowUtils.kt31 private val displayBoundsCache = LruCache<Rotation, Rect>(4) constant
61 return displayBoundsCache[requestedRotation] in getDisplayBounds()
75 displayBoundsCache.put(requestedRotation, retval) in getDisplayBounds()