[go: nahoru, domu]

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

/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.java3949 * View's parent. mGhostView is the View in the Overlay that must be invalidated
3952 GhostView mGhostView; field in class:View
13539 if (mGhostView != null) {
13540 mGhostView.invalidate(true);
17602 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) {
21810 if (getVisibility() == VISIBLE || mGhostView != null) {
H A DViewGroup.java6900 if (getVisibility() != VISIBLE && mGhostView == null) {
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java470 private GhostView mGhostView; field in class:ChangeTransform.GhostListener
475 mGhostView = ghostView;
489 mGhostView.setVisibility(View.INVISIBLE);
494 mGhostView.setVisibility(View.VISIBLE);

Completed in 97 milliseconds