Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java423 private final RotationCache<DisplayShape, DisplayShape> mDisplayShapeCache = field in DisplayContent
2357 return mDisplayShapeCache.getOrCompute(mInitialDisplayShape, rotation); in calculateDisplayShapeForRotation()