Searched refs:ghostView (Results 1 – 3 of 3) sorted by relevance
100 GhostView ghostView = view.mGhostView; in addGhost() local102 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 …]
373 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local379 GhostListener listener = new GhostListener(view, startValues.view, ghostView); in createGhostView()472 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() argument475 mGhostView = ghostView; in GhostListener()
859 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local860 if (ghostView != null) { in setGhostVisibility()861 ghostView.setVisibility(visibility); in setGhostVisibility()996 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local997 if (ghostView == null) { in onPreDraw()1001 ghostView.setMatrix(mMatrix); in onPreDraw()