Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DGhostView.java99 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()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingWidgetView.java179 mForegroundOverlayView = GhostView.addGhost(mAppWidgetView, this); in init()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorController.kt168 ghostView = GhostView.addGhost(ghostedView, launchContainer)
H A DDialogLaunchAnimator.kt408 GhostView.addGhost(touchSurface, decorView)
/aosp12/frameworks/base/core/java/android/transition/
H A DChangeTransform.java376 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java875 GhostView.addGhost(view, decor, tempMatrix); in moveSharedElementsToOverlay()