Home | History | Annotate | Download | only in view

Lines Matching refs:VISIBILITY_MASK

837         if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
876 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
900 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE
950 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
1068 if ((visibility & VISIBILITY_MASK) == VISIBLE) {
1075 visibility | (child.mViewFlags&VISIBILITY_MASK));
1642 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
2098 return (child.mViewFlags & VISIBILITY_MASK) == VISIBLE
2370 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
2423 visibility | (child.mViewFlags&VISIBILITY_MASK));
2453 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
2632 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
2744 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
2796 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) {
2803 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) {
2905 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) &&
3378 child.dispatchAttachedToWindow(mAttachInfo, (mViewFlags&VISIBILITY_MASK));
4774 if ((child.mViewFlags & VISIBILITY_MASK) != GONE) {
5084 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) {