Searched refs:mGhostView (Results 1 – 5 of 5) 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()
5103 GhostView mGhostView; field in View18126 if (mGhostView != null) { in invalidateInternal()18127 mGhostView.invalidate(true); in invalidateInternal()20668 if (mGhostView != null) { in destroyHardwareResources()20669 mGhostView.destroyHardwareResources(); in destroyHardwareResources()22613 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) { in setFrame()27325 if (getVisibility() == VISIBLE || mGhostView != null) { in findNamedViews()
7752 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()
71137 Landroid/transition/ChangeTransform$GhostListener;->mGhostView:Landroid/view/GhostView;77982 Landroid/view/View;->mGhostView:Landroid/view/GhostView;