Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java94 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost() method in GhostView
134 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost() method in GhostView
135 return addGhost(view, viewGroup, null); in addGhost()
/frameworks/base/core/java/android/transition/
DChangeTransform.java373 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView()
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java806 GhostView.addGhost(view, decor, tempMatrix); in moveSharedElementsToOverlay()