Searched refs:mGhostView (Results 1 – 3 of 3) sorted by relevance
44 mView.mGhostView = this; in GhostView()71 if (mView.mGhostView == this) { in setVisibility()82 mView.mGhostView = null; in onDetachedFromWindow()105 GhostView ghostView = view.mGhostView; in addGhost()146 GhostView ghostView = view.mGhostView; in removeGhost()158 return view.mGhostView; in getGhost()
7708 if (getVisibility() != VISIBLE && mGhostView == null) { in findNamedViews()
472 private GhostView mGhostView; field in ChangeTransform.GhostListener477 mGhostView = ghostView; in GhostListener()491 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()496 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()