Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
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()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt47 private var ghostView: GhostView? = null variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController
151 val ghostView = this.ghostView ?: return in onLaunchAnimationProgress() constant
/frameworks/base/core/java/android/transition/
DChangeTransform.java376 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local
475 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener()
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java928 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local
1079 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local