Home | History | Annotate | Download | only in view

Lines Matching refs:newVisibility

9607         final int newVisibility = flags & VISIBILITY_MASK;
9608 if (newVisibility == VISIBLE) {
9675 if (newVisibility != VISIBLE && mAttachInfo != null) {
9681 (changed & VISIBILITY_MASK), newVisibility);
9686 dispatchVisibilityChanged(this, newVisibility);