Home | History | Annotate | Download | only in view

Lines Matching refs:mGhostView

3552      * View's parent. mGhostView is the View in the Overlay that must be invalidated
3555 GhostView mGhostView;
11770 if (mGhostView != null) {
11771 mGhostView.invalidate(true);
15754 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) {
19487 if (getVisibility() == VISIBLE || mGhostView != null) {