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/
DGhostedViewLaunchAnimatorController.kt93 private val ghostedViewLocation = IntArray(2) constant in com.android.systemui.animation.GhostedViewLaunchAnimatorController
190 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()