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()
5680 GhostView mGhostView; field in View20839 if (mGhostView != null) { in invalidateInternal()20840 mGhostView.invalidate(true); in invalidateInternal()23498 if (mGhostView != null) { in destroyHardwareResources()23499 mGhostView.destroyHardwareResources(); in destroyHardwareResources()25520 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) { in setFrame()30595 if (getVisibility() == VISIBLE || mGhostView != null) { in findNamedViews()
8135 if (getVisibility() != VISIBLE && mGhostView == null) { in findNamedViews()
476 private GhostView mGhostView; field in ChangeTransform.GhostListener481 mGhostView = ghostView; in GhostListener()495 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()500 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()
56471 Landroid/transition/ChangeTransform$GhostListener;->mGhostView:Landroid/view/GhostView;62910 Landroid/view/View;->mGhostView:Landroid/view/GhostView;