Searched refs:addGhost (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | GhostView.java | 99 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost() method in GhostView 140 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost() method in GhostView 141 return addGhost(view, viewGroup, null); in addGhost()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ViewDialogTransitionAnimatorController.kt | 53 GhostView.addGhost(source, viewGroup) in startDrawingInOverlayOf()
|
D | GhostedViewTransitionAnimatorController.kt | 250 ghostView = GhostView.addGhost(ghostedView, transitionContainer) in onTransitionAnimationStart()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeTransform.java | 379 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView()
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 875 GhostView.addGhost(view, decor, tempMatrix); in moveSharedElementsToOverlay()
|