Searched refs:isInLetterboxAnimation (Results 1 – 3 of 3) sorted by relevance
599 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()
952 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()
5605 boolean isInLetterboxAnimation() { in isInLetterboxAnimation() method in ActivityRecord