Home
last modified time | relevance | path

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

/frameworks/support/transition/api21/android/support/transition/
DGhostViewApi21.java76 private final View mGhostView; field in GhostViewApi21
79 mGhostView = ghostView; in GhostViewApi21()
84 mGhostView.setVisibility(visibility); in setVisibility()
/frameworks/base/core/java/android/view/
DGhostView.java40 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()
DView.java4481 GhostView mGhostView; field in View
15439 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) {
DViewGroup.java7373 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()
/frameworks/support/transition/src/android/support/transition/
DChangeTransform.java512 private GhostViewImpl mGhostView; field in ChangeTransform.GhostListener
516 mGhostView = ghostView; in GhostListener()
529 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()
534 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()