Searched refs:getLetterboxInsets (Results 1 – 13 of 13) sorted by relevance
307 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()
274 protected Rect getLetterboxInsets(ActivityRecord topActivity) { in getLetterboxInsets() method in TaskSnapshotController275 return topActivity.getLetterboxInsets(); in getLetterboxInsets()
150 protected abstract Rect getLetterboxInsets(ActivityRecord topActivity); in getLetterboxInsets() method in AbsAppSnapshotController313 final Rect letterboxInsets = getLetterboxInsets(activity); in prepareTaskSnapshot()447 final Rect letterboxInsets = getLetterboxInsets(topActivity); in drawAppThemeSnapshot()
1110 final Rect insets = closingApp.getLetterboxInsets(); in applyAnimations()1118 final Rect openingInsets = openingApp.getLetterboxInsets(); in applyAnimations()
622 protected Rect getLetterboxInsets(ActivityRecord topActivity) { in getLetterboxInsets() method in ActivitySnapshotController
1203 InsetUtils.addInsets(insets, mainWindow.mActivityRecord.getLetterboxInsets());
749 Rect getLetterboxInsets() { in getLetterboxInsets() method in LetterboxUiController
1080 final Rect letterboxInsets = appToken.getLetterboxInsets(); in getLetterboxBounds()
1916 Rect getLetterboxInsets() { in getLetterboxInsets() method in ActivityRecord1917 return mLetterboxUiController.getLetterboxInsets(); in getLetterboxInsets()10983 InsetUtils.addInsets(insets, getLetterboxInsets());
224 public Rect getLetterboxInsets() {
205 final Rect letterboxInsets = mSnapshot.getLetterboxInsets(); in drawSizeMismatchSnapshot()
205 assertEquals(letterboxInsets, snapshot.getLetterboxInsets()); in testSnapshotBuilder()
1677 mActivity.getLetterboxInsets());1695 assertEquals(new Rect(notchHeight, 0, 0, 0), mActivity.getLetterboxInsets());3729 mActivity.getLetterboxInsets());