Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java100 GhostView ghostView = view.mGhostView; in addGhost() local
139 GhostView ghostView = view.mGhostView; in removeGhost() local
188 GhostView ghostView = (GhostView)((ViewGroup)child).getChildAt(0); in moveGhostViewsToTop() local
214 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay()
/frameworks/base/core/java/android/transition/
DChangeTransform.java373 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local
472 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener()
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java859 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local
996 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local