Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSnapshotPersistQueue.java307 proto.letterboxInsetLeft = mSnapshot.getLetterboxInsets().left; in writeProto()
308 proto.letterboxInsetTop = mSnapshot.getLetterboxInsets().top; in writeProto()
309 proto.letterboxInsetRight = mSnapshot.getLetterboxInsets().right; in writeProto()
310 proto.letterboxInsetBottom = mSnapshot.getLetterboxInsets().bottom; in writeProto()
DTaskSnapshotController.java274 protected Rect getLetterboxInsets(ActivityRecord topActivity) { in getLetterboxInsets() method in TaskSnapshotController
275 return topActivity.getLetterboxInsets(); in getLetterboxInsets()
DAbsAppSnapshotController.java150 protected abstract Rect getLetterboxInsets(ActivityRecord topActivity); in getLetterboxInsets() method in AbsAppSnapshotController
313 final Rect letterboxInsets = getLetterboxInsets(activity); in prepareTaskSnapshot()
447 final Rect letterboxInsets = getLetterboxInsets(topActivity); in drawAppThemeSnapshot()
DAppTransitionController.java1110 final Rect insets = closingApp.getLetterboxInsets(); in applyAnimations()
1118 final Rect openingInsets = openingApp.getLetterboxInsets(); in applyAnimations()
DActivitySnapshotController.java622 protected Rect getLetterboxInsets(ActivityRecord topActivity) { in getLetterboxInsets() method in ActivitySnapshotController
DRecentsAnimationController.java1203 InsetUtils.addInsets(insets, mainWindow.mActivityRecord.getLetterboxInsets());
DLetterboxUiController.java749 Rect getLetterboxInsets() { in getLetterboxInsets() method in LetterboxUiController
DAccessibilityController.java1080 final Rect letterboxInsets = appToken.getLetterboxInsets(); in getLetterboxBounds()
DActivityRecord.java1916 Rect getLetterboxInsets() { in getLetterboxInsets() method in ActivityRecord
1917 return mLetterboxUiController.getLetterboxInsets(); in getLetterboxInsets()
10983 InsetUtils.addInsets(insets, getLetterboxInsets());
/frameworks/base/core/java/android/window/
DTaskSnapshot.java224 public Rect getLetterboxInsets() {
DSnapshotDrawerUtils.java205 final Rect letterboxInsets = mSnapshot.getLetterboxInsets(); in drawSizeMismatchSnapshot()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java205 assertEquals(letterboxInsets, snapshot.getLetterboxInsets()); in testSnapshotBuilder()
DSizeCompatTests.java1677 mActivity.getLetterboxInsets());
1695 assertEquals(new Rect(notchHeight, 0, 0, 0), mActivity.getLetterboxInsets());
3729 mActivity.getLetterboxInsets());