Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt101 private val ghostedViewLocation = IntArray(2) constant
207 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()