Searched refs:ghostedViewLocation (Results 1 – 1 of 1) sorted by relevance
93 private val ghostedViewLocation = IntArray(2) constant in com.android.systemui.animation.GhostedViewLaunchAnimatorController190 ghostedView.getLocationOnScreen(ghostedViewLocation) in fillGhostedViewState()192 state.top = ghostedViewLocation[1] + insets.top in fillGhostedViewState()194 ghostedViewLocation[1] + (ghostedView.height * ghostedView.scaleY).roundToInt() - in fillGhostedViewState()196 state.left = ghostedViewLocation[0] + insets.left in fillGhostedViewState()198 ghostedViewLocation[0] + (ghostedView.width * ghostedView.scaleX).roundToInt() - in fillGhostedViewState()