Searched refs:ghostView (Results 1 – 3 of 3) sorted by relevance
105 GhostView ghostView = view.mGhostView; in addGhost() local107 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 …]
375 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local381 GhostListener listener = new GhostListener(view, startValues.view, ghostView); in createGhostView()474 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() argument477 mGhostView = ghostView; in GhostListener()
928 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local929 if (ghostView != null) { in setGhostVisibility()930 ghostView.setVisibility(visibility); in setGhostVisibility()1079 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local1080 if (ghostView == null || !mView.isAttachedToWindow()) { in onPreDraw()1084 ghostView.setMatrix(mMatrix); in onPreDraw()