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

/frameworks/support/transition/api21/android/support/transition/
H A DGhostViewApi21.java76 private final View mGhostView; field in class:GhostViewApi21
79 mGhostView = ghostView;
84 mGhostView.setVisibility(visibility);
/frameworks/base/core/java/android/view/
H A DGhostView.java40 mView.mGhostView = this;
67 if (mView.mGhostView == this) {
78 mView.mGhostView = null;
100 GhostView ghostView = view.mGhostView;
139 GhostView ghostView = view.mGhostView;
151 return view.mGhostView;
H A DView.java4516 * View's parent. mGhostView is the View in the Overlay that must be invalidated
4519 GhostView mGhostView; field in class:View
15507 if (mGhostView != null) {
15508 mGhostView.invalidate(true);
17983 if (mGhostView != null) {
17984 mGhostView.destroyHardwareResources();
19756 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) {
24213 if (getVisibility() == VISIBLE || mGhostView != null) {
H A DViewGroup.java7395 if (getVisibility() != VISIBLE && mGhostView == null) {
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java472 private GhostView mGhostView; field in class:ChangeTransform.GhostListener
477 mGhostView = ghostView;
491 mGhostView.setVisibility(View.INVISIBLE);
496 mGhostView.setVisibility(View.VISIBLE);
/frameworks/support/transition/src/android/support/transition/
H A DChangeTransform.java512 private GhostViewImpl mGhostView; field in class:ChangeTransform.GhostListener
516 mGhostView = ghostView;
529 mGhostView.setVisibility(View.INVISIBLE);
534 mGhostView.setVisibility(View.VISIBLE);

Completed in 185 milliseconds