Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
DUnfoldBackgroundController.java51 public void ensureBackground(@NonNull SurfaceControl.Transaction transaction) { in ensureBackground() method in UnfoldBackgroundController
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationBackground.java60 public void ensureBackground(Rect startRect, int color, in ensureBackground() method in BackAnimationBackground
DCrossTaskBackAnimation.java158 mBackground.ensureBackground(mClosingTarget.windowConfiguration.getBounds(), in startBackAnimation()
DCrossActivityBackAnimation.kt191 background.ensureBackground( in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
DFullscreenUnfoldTaskAnimator.java180 mBackgroundController.ensureBackground(transaction); in prepareStartTransaction()
DSplitTaskUnfoldAnimator.java272 mUnfoldBackgroundController.ensureBackground(transaction); in prepareStartTransaction()