Loading libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DragToDesktopTransitionHandler.kt +1 −1 Original line number Diff line number Diff line Loading @@ -1411,7 +1411,7 @@ constructor( val startScale = state.dragAnimator.scale val startPosition = state.dragAnimator.position val startBoundsWithOffset = Rect(startBounds).apply { offset(startPosition.x.toInt(), startPosition.y.toInt()) } Rect(startBounds).apply { offsetTo(startPosition.x.toInt(), startPosition.y.toInt()) } logV( "animateEndDragToDesktop: startBounds=$startBounds, endBounds=$endBounds, " + Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DragToDesktopTransitionHandler.kt +1 −1 Original line number Diff line number Diff line Loading @@ -1411,7 +1411,7 @@ constructor( val startScale = state.dragAnimator.scale val startPosition = state.dragAnimator.position val startBoundsWithOffset = Rect(startBounds).apply { offset(startPosition.x.toInt(), startPosition.y.toInt()) } Rect(startBounds).apply { offsetTo(startPosition.x.toInt(), startPosition.y.toInt()) } logV( "animateEndDragToDesktop: startBounds=$startBounds, endBounds=$endBounds, " + Loading