Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxTest.java171 mLetterbox.applySurfaceChanges(mTransaction); in testSurfaceOrigin_applied()
178 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_setColor()
186 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_setColor()
194 mLetterbox.applySurfaceChanges(mTransaction); in testNeedsApplySurfaceChanges_wallpaperBackgroundRequested()
203 mLetterbox.applySurfaceChanges(mTransaction); in testNeedsApplySurfaceChanges_wallpaperBackgroundRequested()
210 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_cornersNotRounded_surfaceFullWindowSurfaceNotCreated()
219 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_cornersRounded_surfaceFullWindowSurfaceCreated()
228 mLetterbox.applySurfaceChanges(mTransaction); in testApplySurfaceChanges_wallpaperBackground_surfaceFullWindowSurfaceCreated()
237 mLetterbox.applySurfaceChanges(mTransaction); in testNotIntersectsOrFullyContains_cornersRounded()
245 mLetterbox.applySurfaceChanges(mTransaction); in testSurfaceOrigin_changeCausesReapply()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java198 public void applySurfaceChanges(SurfaceControl.Transaction t) { in applySurfaceChanges() method in Letterbox
200 mFullWindowSurface.applySurfaceChanges(t); in applySurfaceChanges()
207 surface.applySurfaceChanges(t); in applySurfaceChanges()
389 public void applySurfaceChanges(SurfaceControl.Transaction t) { in applySurfaceChanges() method in Letterbox.LetterboxSurface
H A DLetterboxUiController.java138 mLetterbox.applySurfaceChanges(mActivityRecord.getSyncTransaction()); in updateLetterboxSurface()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/apppairs/
H A DAppPair.java319 layout.applySurfaceChanges(t, mTaskLeash1, mTaskLeash2, mDimLayer1, mDimLayer2)); in onLayoutPositionChanging()
325 layout.applySurfaceChanges(t, mTaskLeash1, mTaskLeash2, mDimLayer1, mDimLayer2)); in onLayoutSizeChanging()
334 layout.applySurfaceChanges(t, mTaskLeash1, mTaskLeash2, mDimLayer1, mDimLayer2)); in onLayoutSizeChanged()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java431 public void applySurfaceChanges(SurfaceControl.Transaction t, SurfaceControl leash1, in applySurfaceChanges() method in SplitLayout
/aosp12/frameworks/base/startop/scripts/trace_analyzer/test_fixtures/
H A Dcommon_systrace121 … <...>-1903 (-----) [003] ...1 14594.224683: tracing_mark_write: B|1368|applySurfaceChanges
473 … <...>-1398 (-----) [007] ...1 14594.814040: tracing_mark_write: B|1368|applySurfaceChanges
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DStageCoordinator.java849 (layout != null ? layout : mSplitLayout).applySurfaceChanges(t, topLeftStage.mRootLeash, in updateSurfaceBounds()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java1041 (layout != null ? layout : mSplitLayout).applySurfaceChanges(t, topLeftStage.mRootLeash, in updateSurfaceBounds()
/aosp12/frameworks/base/services/
H A Dart-profile46958 HPLcom/android/server/wm/Letterbox$LetterboxSurface;->applySurfaceChanges(Landroid/view/SurfaceCont…
46974 HPLcom/android/server/wm/Letterbox;->applySurfaceChanges(Landroid/view/SurfaceControl$Transaction;)…