Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt94 private val ghostedViewState = LaunchAnimator.State() constant
265 fillGhostedViewState(ghostedViewState) in onLaunchAnimationProgress()
266 val leftChange = state.left - ghostedViewState.left in onLaunchAnimationProgress()
267 val rightChange = state.right - ghostedViewState.right in onLaunchAnimationProgress()
268 val topChange = state.top - ghostedViewState.top in onLaunchAnimationProgress()
269 val bottomChange = state.bottom - ghostedViewState.bottom in onLaunchAnimationProgress()
271 val widthRatio = state.width.toFloat() / ghostedViewState.width in onLaunchAnimationProgress()
272 val heightRatio = state.height.toFloat() / ghostedViewState.height in onLaunchAnimationProgress()
285 ghostedViewState.centerX - launchContainerLocation[0], in onLaunchAnimationProgress()
286 ghostedViewState.centerY - launchContainerLocation[1] in onLaunchAnimationProgress()