Home
last modified time | relevance | path

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

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