Searched defs:mGhostView (Results 1 - 4 of 4) 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/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);
/frameworks/base/core/java/android/view/
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) {

Completed in 845 milliseconds