Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java105 GhostView ghostView = view.mGhostView; in addGhost() local
107 if (ghostView != null) { in addGhost()
108 View oldParent = (View) ghostView.getParent(); in addGhost()
111 previousRefCount = ghostView.mReferences; in addGhost()
113 ghostView = null; in addGhost()
116 if (ghostView == null) { in addGhost()
121 ghostView = new GhostView(view); in addGhost()
122 ghostView.setMatrix(matrix); in addGhost()
126 copySize(viewGroup, ghostView); in addGhost()
127 parent.addView(ghostView); in addGhost()
[all …]
/frameworks/base/core/java/android/transition/
DChangeTransform.java375 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local
381 GhostListener listener = new GhostListener(view, startValues.view, ghostView); in createGhostView()
474 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() argument
477 mGhostView = ghostView; in GhostListener()
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java928 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local
929 if (ghostView != null) { in setGhostVisibility()
930 ghostView.setVisibility(visibility); in setGhostVisibility()
1079 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local
1080 if (ghostView == null || !mView.isAttachedToWindow()) { in onPreDraw()
1084 ghostView.setMatrix(mMatrix); in onPreDraw()