Searched refs:ghostView (Results 1 – 3 of 3) sorted by relevance
106 GhostView ghostView = view.mGhostView; in addGhost() local108 if (ghostView != null) { in addGhost()109 View oldParent = (View) ghostView.getParent(); in addGhost()112 previousRefCount = ghostView.mReferences; in addGhost()114 ghostView = null; in addGhost()117 if (ghostView == null) { in addGhost()122 ghostView = new GhostView(view); in addGhost()123 ghostView.setMatrix(matrix); in addGhost()127 copySize(viewGroup, ghostView); in addGhost()128 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()
875 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local876 if (ghostView != null) { in setGhostVisibility()877 ghostView.setVisibility(visibility); in setGhostVisibility()947 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local948 if (ghostView == null) { in onPreDraw()952 ghostView.setMatrix(mMatrix); in onPreDraw()