Home
last modified time | relevance | path

Searched defs:letterboxInsets (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DThumbnailData.java44 public Rect letterboxInsets; field in ThumbnailData
/aosp14/frameworks/base/core/java/android/window/
H A DTaskSnapshot.java75 Rect contentInsets, Rect letterboxInsets, boolean isLowResolution, in TaskSnapshot()
H A DSnapshotDrawerUtils.java204 final Rect letterboxInsets = mSnapshot.getLetterboxInsets(); in drawSizeMismatchSnapshot() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAbsAppSnapshotController.java324 final Rect letterboxInsets = activity.getLetterboxInsets(); in prepareTaskSnapshot() local
434 final Rect letterboxInsets = topActivity.getLetterboxInsets(); in drawAppThemeSnapshot() local
H A DAccessibilityController.java1062 final Rect letterboxInsets = appToken.getLetterboxInsets(); in getLetterboxBounds() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java160 final Rect letterboxInsets = new Rect(5, 6, 7, 8); in testSnapshotBuilder() local