Searched refs:applySurfaceChanges (Results 1 – 6 of 6) sorted by relevance
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()230 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_cornersNotRounded_surfaceFullWindowSurfaceNotCreated()239 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_cornersRounded_surfaceFullWindowSurfaceCreated()248 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_wallpaperBackground_surfaceFullWindowSurfaceCreated()[all …]
208 public void applySurfaceChanges(SurfaceControl.Transaction t) { in applySurfaceChanges() method in Letterbox210 mFullWindowSurface.applySurfaceChanges(t); in applySurfaceChanges()217 surface.applySurfaceChanges(t); in applySurfaceChanges()408 public void applySurfaceChanges(SurfaceControl.Transaction t) { in applySurfaceChanges() method in Letterbox.LetterboxSurface
918 mLetterbox.applySurfaceChanges(t); in updateLetterboxSurface()
334 verify(mSplitLayout).applySurfaceChanges(any(), any(), any(), any(), any(), eq(false)); in testFinishEnterSplitScreen_applySurfaceLayout()
744 public void applySurfaceChanges(SurfaceControl.Transaction t, SurfaceControl leash1, in applySurfaceChanges() method in SplitLayout
2227 (layout != null ? layout : mSplitLayout).applySurfaceChanges(t, topLeftStage.mRootLeash, in updateSurfaceBounds()