Home
last modified time | relevance | path

Searched defs:ghostView (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DGhostView.java105 GhostView ghostView = view.mGhostView; in addGhost() local
146 GhostView ghostView = view.mGhostView; in removeGhost() local
195 GhostView ghostView = (GhostView)((ViewGroup)child).getChildAt(0); in moveGhostViewsToTop() local
221 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay()
/aosp12/frameworks/base/core/java/android/transition/
H A DChangeTransform.java376 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local
475 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorController.kt181 val ghostView = this.ghostView ?: return regex
/aosp12/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java929 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local
1080 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local