Searched refs:getLetterboxInnerBounds (Results 1 – 7 of 7) sorted by relevance
65 public Rect getLetterboxInnerBounds() { in getLetterboxInnerBounds() method in LetterboxDetails
259 a.mLetterboxUiController.getLetterboxInnerBounds(bounds); in testReachabilityEnabledForTranslucentActivity()369 a.mLetterboxUiController.getLetterboxInnerBounds(bounds); in testRepositionLandscapeImmersiveAppWithDisplayCutout()586 mActivity.getLetterboxInnerBounds(letterboxInnerBounds); in testLetterboxDisplayedForWindowBelow()670 mActivity.getLetterboxInnerBounds(letterboxInnerBounds); in testAspectRatioMatchParentBoundsAndImeAttachable()1631 assertEquals(dh / scale, letterboxDetails.getLetterboxInnerBounds().width()); in testGetLetterboxInnerBounds_noScalingApplied()1632 assertEquals(dw / scale, letterboxDetails.getLetterboxInnerBounds().height()); in testGetLetterboxInnerBounds_noScalingApplied()3654 assertEquals(expectedHeight, letterboxDetails.getLetterboxInnerBounds().bottom);
758 void getLetterboxInnerBounds(Rect outBounds) { in getLetterboxInnerBounds() method in LetterboxUiController1753 getLetterboxInnerBounds(letterboxInnerBounds); in getLetterboxDetails()
1921 void getLetterboxInnerBounds(Rect outBounds) { in getLetterboxInnerBounds() method in ActivityRecord1922 mLetterboxUiController.getLetterboxInnerBounds(outBounds); in getLetterboxInnerBounds()7824 getLetterboxInnerBounds(letterboxInnerBounds); in onLeashAnimationStarting()
3234 asActivityRecord().getLetterboxInnerBounds(mTmpRect); in getAnimationAdapter()
2757 mActivityRecord.getLetterboxInnerBounds(mTmpRect); in updateRegionForModalActivityWindow()
25582 HPLcom/android/server/wm/ActivityRecord;->getLetterboxInnerBounds(Landroid/graphics/Rect;)V27611 HPLcom/android/server/wm/LetterboxUiController;->getLetterboxInnerBounds(Landroid/graphics/Rect;)V