Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java9184 final Rect unfilledContainerBounds = in CompatDisplayInsets() local
9199 if (unfilledContainerBounds == null) { in CompatDisplayInsets()
9205 unfilledContainerBounds.set(filledContainerBounds); in CompatDisplayInsets()
9209 unfilledContainerBounds); in CompatDisplayInsets()
9210 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mNonDecorInsets[rotation]); in CompatDisplayInsets()
9211 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mStableInsets[rotation]); in CompatDisplayInsets()