Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java40 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()
DView.java3555 GhostView mGhostView; field in View
11770 if (mGhostView != null) {
11771 mGhostView.invalidate(true);
15754 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) {
19487 if (getVisibility() == VISIBLE || mGhostView != null) {
DViewGroup.java6313 if (getVisibility() != VISIBLE && mGhostView == null) { in findNamedViews()
/frameworks/base/core/java/android/transition/
DChangeTransform.java470 private GhostView mGhostView; field in ChangeTransform.GhostListener
475 mGhostView = ghostView; in GhostListener()
489 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()
494 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()