Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java599 doReturn(true).when(mActivity).isInLetterboxAnimation(); in testGetRoundedCornersRadius_withLetterboxActivityCornersRadius()
602 doReturn(false).when(mActivity).isInLetterboxAnimation(); in testGetRoundedCornersRadius_withLetterboxActivityCornersRadius()
608 doReturn(true).when(mActivity).isInLetterboxAnimation(); in testGetRoundedCornersRadius_withLetterboxActivityCornersRadius()
644 doReturn(false).when(mActivity).isInLetterboxAnimation(); in mockForGetCropBoundsAndRoundedCorners()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java952 if (mActivityRecord.isInLetterboxAnimation()) { in layoutLetterbox()
1002 if (mActivityRecord.isInLetterboxAnimation()) { in getLetterboxParentSurface()
1401 (mActivityRecord.isInLetterboxAnimation() || isSurfaceVisible(mainWindow)) in shouldShowLetterboxUi()
1481 if (!requiresRoundedCorners(mainWindow) || mActivityRecord.isInLetterboxAnimation()) { in getCropBoundsIfNeeded()
H A DActivityRecord.java5605 boolean isInLetterboxAnimation() { in isInLetterboxAnimation() method in ActivityRecord