Searched refs:mGhostView (Results 1 – 4 of 4) sorted by relevance
40 mView.mGhostView = this; in GhostView()68 if (mView.mGhostView == this) { in setVisibility()83 mView.mGhostView = null; in onDetachedFromWindow()106 GhostView ghostView = view.mGhostView; in addGhost()145 GhostView ghostView = view.mGhostView; in removeGhost()157 return view.mGhostView; in getGhost()
3555 GhostView mGhostView; field in View11770 if (mGhostView != null) {11771 mGhostView.invalidate(true);15754 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) {19487 if (getVisibility() == VISIBLE || mGhostView != null) {
6313 if (getVisibility() != VISIBLE && mGhostView == null) { in findNamedViews()
470 private GhostView mGhostView; field in ChangeTransform.GhostListener475 mGhostView = ghostView; in GhostListener()489 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()494 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()