Searched refs:mLetterbox (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | LetterboxTest.java | 52 Letterbox mLetterbox; field in LetterboxTest 66 mLetterbox = new Letterbox(mSurfaces, StubTransaction::new, in setUp() 90 new LetterboxLayoutVerifier(outer, surfaceOrig, mLetterbox); in testNotIntersectsOrFullyContains_usesGlobalCoordinates() 120 final Letterbox mLetterbox; field in LetterboxTest.LetterboxLayoutVerifier 131 mLetterbox = letterbox; in LetterboxLayoutVerifier() 136 mLetterbox.layout(mOuter, mInner, mSurfaceOrig); in setInner() 148 assertEquals(mLetterbox.notIntersectsOrFullyContains(mTop), in verifyPositions() 150 assertEquals(mLetterbox.notIntersectsOrFullyContains(mBottom), in verifyPositions() 152 assertEquals(mLetterbox.notIntersectsOrFullyContains(mLeft), in verifyPositions() 154 assertEquals(mLetterbox.notIntersectsOrFullyContains(mRight), in verifyPositions() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LetterboxUiController.java | 205 private Letterbox mLetterbox; field in LetterboxUiController 319 if (mLetterbox != null) { in destroy() 320 mLetterbox.destroy(); in destroy() 321 mLetterbox = null; in destroy() 327 if (mLetterbox != null) { in onMovedToDisplay() 328 mLetterbox.onMovedToDisplay(displayId); in onMovedToDisplay() 750 if (mLetterbox != null) { in getLetterboxInsets() 751 return mLetterbox.getInsets(); in getLetterboxInsets() 759 if (mLetterbox != null) { in getLetterboxInnerBounds() 760 outBounds.set(mLetterbox.getInnerFrame()); in getLetterboxInnerBounds() [all …]
|