Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt85 private val ghostViewMatrix = Matrix() constant
312 GhostView.calculateMatrix(ghostedView, transitionContainer, ghostViewMatrix) in onTransitionAnimationProgress()
316 ghostViewMatrix.postScale( in onTransitionAnimationProgress()
322 ghostViewMatrix.postTranslate( in onTransitionAnimationProgress()
326 ghostView.animationMatrix = ghostViewMatrix in onTransitionAnimationProgress()