Searched refs:ghostView (Results 1 – 4 of 4) sorted by relevance
107 if (ghostView != null) { in addGhost()113 ghostView = null; in addGhost()116 if (ghostView == null) { in addGhost()122 ghostView.setMatrix(matrix); in addGhost()126 copySize(viewGroup, ghostView); in addGhost()127 parent.addView(ghostView); in addGhost()133 ghostView.setMatrix(matrix); in addGhost()135 ghostView.mReferences++; in addGhost()136 return ghostView; in addGhost()147 if (ghostView != null) { in removeGhost()[all …]
65 private var ghostView: GhostView? = null168 ghostView = GhostView.addGhost(ghostedView, launchContainer)170 val matrix = ghostView?.animationMatrix ?: Matrix.IDENTITY_MATRIX181 val ghostView = this.ghostView ?: return regex185 if (ghostView.visibility == View.VISIBLE) {188 ghostView.visibility = View.INVISIBLE201 if (ghostView.visibility == View.INVISIBLE) {202 ghostView.visibility = View.VISIBLE232 ghostView.animationMatrix = ghostViewMatrix253 if (ghostView == null) {
376 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local382 GhostListener listener = new GhostListener(view, startValues.view, ghostView); in createGhostView()475 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() argument478 mGhostView = ghostView; in GhostListener()
929 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local930 if (ghostView != null) { in setGhostVisibility()931 ghostView.setVisibility(visibility); in setGhostVisibility()1080 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local1081 if (ghostView == null || !mView.isAttachedToWindow()) { in onPreDraw()1085 ghostView.setMatrix(mMatrix); in onPreDraw()