Home
last modified time | relevance | path

Searched refs:mGhostView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DGhostView.java44 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()
DViewGroup.java7708 if (getVisibility() != VISIBLE && mGhostView == null) { in findNamedViews()
/frameworks/base/core/java/android/transition/
DChangeTransform.java472 private GhostView mGhostView; field in ChangeTransform.GhostListener
477 mGhostView = ghostView; in GhostListener()
491 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()
496 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()