Loading libs/WindowManager/Shell/src/com/android/wm/shell/compatui/letterbox/animations/LetterboxAnimationHandler.kt +8 −8 Original line number Diff line number Diff line Loading @@ -141,15 +141,15 @@ class LetterboxAnimationHandler @Inject constructor( c.leash, rect.left.toFloat(), rect.top.toFloat() ).apply { ) } controller.updateLetterboxSurfaceBounds( key, startTransaction, tx, taskBounds, rect ) }.apply() } tx.apply() } animExecutor.execute { for (c in info.changes) { Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/compatui/letterbox/animations/LetterboxAnimationHandler.kt +8 −8 Original line number Diff line number Diff line Loading @@ -141,15 +141,15 @@ class LetterboxAnimationHandler @Inject constructor( c.leash, rect.left.toFloat(), rect.top.toFloat() ).apply { ) } controller.updateLetterboxSurfaceBounds( key, startTransaction, tx, taskBounds, rect ) }.apply() } tx.apply() } animExecutor.execute { for (c in info.changes) { Loading