Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeTransform.java372 Matrix localEndMatrix = new Matrix(endMatrix); in createGhostView() local
373 sceneRoot.transformMatrixToLocal(localEndMatrix); in createGhostView()
375 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView()