Searched refs:mLetterbox (Results 1 – 2 of 2) sorted by relevance
52 Letterbox mLetterbox; field in LetterboxTest120 final Letterbox mLetterbox; field in LetterboxTest.LetterboxLayoutVerifier131 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 …]
265 private Letterbox mLetterbox; field in LetterboxUiController415 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 …]