Searched refs:ghostedViewState (Results 1 – 1 of 1) sorted by relevance
93 private val ghostedViewState = LaunchAnimator.State() regex265 fillGhostedViewState(ghostedViewState)266 val leftChange = state.left - ghostedViewState.left267 val rightChange = state.right - ghostedViewState.right268 val topChange = state.top - ghostedViewState.top269 val bottomChange = state.bottom - ghostedViewState.bottom271 val widthRatio = state.width.toFloat() / ghostedViewState.width272 val heightRatio = state.height.toFloat() / ghostedViewState.height285 ghostedViewState.centerX - launchContainerLocation[0],286 ghostedViewState.centerY - launchContainerLocation[1]