Searched refs:mGhostView (Results 1 – 6 of 6) sorted by relevance
76 private final View mGhostView; field in GhostViewApi2179 mGhostView = ghostView; in GhostViewApi21()84 mGhostView.setVisibility(visibility); in setVisibility()
40 mView.mGhostView = this; in GhostView()67 if (mView.mGhostView == this) { in setVisibility()78 mView.mGhostView = null; in onDetachedFromWindow()100 GhostView ghostView = view.mGhostView; in addGhost()139 GhostView ghostView = view.mGhostView; in removeGhost()151 return view.mGhostView; in getGhost()
4481 GhostView mGhostView; field in View15439 if (mGhostView != null) {15440 mGhostView.invalidate(true);17910 if (mGhostView != null) {17911 mGhostView.destroyHardwareResources();19683 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) {24140 if (getVisibility() == VISIBLE || mGhostView != null) {
7373 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()
512 private GhostViewImpl mGhostView; field in ChangeTransform.GhostListener516 mGhostView = ghostView; in GhostListener()529 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()534 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()