Searched refs:displayBoundsCache (Results 1 – 1 of 1) sorted by relevance
31 private val displayBoundsCache = LruCache<Rotation, Rect>(4) constant61 return displayBoundsCache[requestedRotation] in getDisplayBounds()75 displayBoundsCache.put(requestedRotation, retval) in getDisplayBounds()