Home
last modified time | relevance | path

Searched refs:applySurfaceChanges (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxTest.java175 applySurfaceChanges(); in testSurfaceOrigin_applied()
182 applySurfaceChanges(); in testApplySurfaceChanges_setColor()
190 applySurfaceChanges(); in testApplySurfaceChanges_setColor()
198 applySurfaceChanges(); in testNeedsApplySurfaceChanges_wallpaperBackgroundRequested()
207 applySurfaceChanges(); in testNeedsApplySurfaceChanges_wallpaperBackgroundRequested()
214 applySurfaceChanges(); in testNeedsApplySurfaceChanges_setParentSurface()
223 applySurfaceChanges(); in testNeedsApplySurfaceChanges_setParentSurface()
230 applySurfaceChanges(); in testApplySurfaceChanges_cornersNotRounded_surfaceFullWindowSurfaceNotCreated()
239 applySurfaceChanges(); in testApplySurfaceChanges_cornersRounded_surfaceFullWindowSurfaceCreated()
248 applySurfaceChanges(); in testApplySurfaceChanges_wallpaperBackground_surfaceFullWindowSurfaceCreated()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java214 public void applySurfaceChanges(@NonNull SurfaceControl.Transaction t, in applySurfaceChanges() method in Letterbox
217 mFullWindowSurface.applySurfaceChanges(t, inputT); in applySurfaceChanges()
224 surface.applySurfaceChanges(t, inputT); in applySurfaceChanges()
424 public void applySurfaceChanges(@NonNull SurfaceControl.Transaction t, in applySurfaceChanges() method in Letterbox.LetterboxSurface
DLetterboxUiController.java799 mLetterbox.applySurfaceChanges(t, inputT); in updateLetterboxSurfaceIfNeeded()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DStageCoordinatorTests.java339 verify(mSplitLayout).applySurfaceChanges(any(), any(), any(), any(), any(), eq(false)); in testFinishEnterSplitScreen_applySurfaceLayout()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java785 public void applySurfaceChanges(SurfaceControl.Transaction t, SurfaceControl leash1, in applySurfaceChanges() method in SplitLayout
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java2489 (layout != null ? layout : mSplitLayout).applySurfaceChanges(t, topLeftStage.mRootLeash, in updateSurfaceBounds()