Searched refs:ghostedViewLocation (Results 1 – 1 of 1) sorted by relevance
101 private val ghostedViewLocation = IntArray(2) constant in com.android.systemui.animation.GhostedViewTransitionAnimatorController207 ghostedView.getLocationOnScreen(ghostedViewLocation) in fillGhostedViewState()215 state.top = ghostedViewLocation[1] + insets.top + boundCorrections.top in fillGhostedViewState()217 ghostedViewLocation[1] + (ghostedView.height * ghostedView.scaleY).roundToInt() - in fillGhostedViewState()219 state.left = ghostedViewLocation[0] + insets.left + boundCorrections.left in fillGhostedViewState()221 ghostedViewLocation[0] + (ghostedView.width * ghostedView.scaleX).roundToInt() - in fillGhostedViewState()