Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java100 GhostView ghostView = view.mGhostView; in addGhost() local
102 if (ghostView != null) { in addGhost()
103 View oldParent = (View) ghostView.getParent(); in addGhost()
106 previousRefCount = ghostView.mReferences; in addGhost()
108 ghostView = null; in addGhost()
111 if (ghostView == null) { in addGhost()
116 ghostView = new GhostView(view); in addGhost()
117 ghostView.setMatrix(matrix); in addGhost()
121 copySize(viewGroup, ghostView); in addGhost()
122 parent.addView(ghostView); in addGhost()
[all …]
/frameworks/base/core/java/android/transition/
DChangeTransform.java373 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local
379 GhostListener listener = new GhostListener(view, startValues.view, ghostView); in createGhostView()
472 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() argument
475 mGhostView = ghostView; in GhostListener()
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java859 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local
860 if (ghostView != null) { in setGhostVisibility()
861 ghostView.setVisibility(visibility); in setGhostVisibility()
996 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local
997 if (ghostView == null) { in onPreDraw()
1001 ghostView.setMatrix(mMatrix); in onPreDraw()