Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java9144 @Nullable Rect fixedOrientationBounds) { in CompatDisplayInsets() argument
9164 mIsInFixedOrientationLetterbox = fixedOrientationBounds != null; in CompatDisplayInsets()
9173 ? fixedOrientationBounds in CompatDisplayInsets()