Home
last modified time | relevance | path

Searched refs:mLetterbox (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxTest.java52 Letterbox mLetterbox; field in LetterboxTest
120 final Letterbox mLetterbox; field in LetterboxTest.LetterboxLayoutVerifier
131 mLetterbox = letterbox; in LetterboxLayoutVerifier()
175 mLetterbox.applySurfaceChanges(mTransaction); in testSurfaceOrigin_applied()
182 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_setColor()
190 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_setColor()
198 mLetterbox.applySurfaceChanges(mTransaction); in testNeedsApplySurfaceChanges_wallpaperBackgroundRequested()
207 mLetterbox.applySurfaceChanges(mTransaction); in testNeedsApplySurfaceChanges_wallpaperBackgroundRequested()
214 mLetterbox.applySurfaceChanges(mTransaction); in testNeedsApplySurfaceChanges_setParentSurface()
223 mLetterbox.applySurfaceChanges(mTransaction); in testNeedsApplySurfaceChanges_setParentSurface()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java265 private Letterbox mLetterbox; field in LetterboxUiController
415 if (mLetterbox != null) { in destroy()
416 mLetterbox.destroy(); in destroy()
417 mLetterbox = null; in destroy()
430 if (mLetterbox != null) { in onMovedToDisplay()
870 if (mLetterbox != null) { in getLetterboxInsets()
904 return mLetterbox == null || mLetterbox.notIntersectsOrFullyContains(rect); in isFullyTransparentBarAllowed()
917 if (mLetterbox != null && mLetterbox.needsApplySurfaceChanges()) { in updateLetterboxSurface()
991 mLetterbox.hide(); in layoutLetterbox()
1256 if (mLetterbox.getInnerFrame().left <= x && mLetterbox.getInnerFrame().right >= x) { in handleHorizontalDoubleTap()
[all …]