Searched refs:addGhost (Results 1 – 3 of 3) sorted by relevance
100 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost() method in GhostView140 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost() method in GhostView141 return addGhost(view, viewGroup, null); in addGhost()
373 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView()
822 GhostView.addGhost(view, decor); in moveSharedElementsToOverlay()