Searched refs:addGhost (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A 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()
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ViewDialogLaunchAnimatorController.kt | 45 GhostView.addGhost(source, viewGroup)
|
H A D | GhostedViewLaunchAnimatorController.kt | 227 ghostView = GhostView.addGhost(ghostedView, launchContainer)
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | ChangeTransform.java | 376 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityTransitionCoordinator.java | 875 GhostView.addGhost(view, decor, tempMatrix); in moveSharedElementsToOverlay()
|