Home | History | Annotate | Download | only in view

Lines Matching defs:VISIBILITY_MASK

895     static final int VISIBILITY_MASK = 0x0000000C;
4344 viewFlagMasks |= VISIBILITY_MASK;
4835 switch (mViewFlags&VISIBILITY_MASK) {
6199 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
7671 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) {
8058 return mViewFlags & VISIBILITY_MASK;
8069 setFlags(visibility, VISIBILITY_MASK);
8946 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
9115 (mViewFlags & VISIBILITY_MASK) != VISIBLE) {
9518 mViewFlags = (mViewFlags & ~View.VISIBILITY_MASK) | visibility;
10523 if ((visibility & VISIBILITY_MASK) == VISIBLE) {
11452 final int newVisibility = flags & VISIBILITY_MASK;
11454 if ((changed & VISIBILITY_MASK) != 0) {
11480 if (((mViewFlags & VISIBILITY_MASK) == GONE)) {
11506 if (((mViewFlags & VISIBILITY_MASK) == INVISIBLE)) {
11518 VISIBILITY_MASK) != 0) {
11526 (changed & VISIBILITY_MASK), newVisibility);
11585 if ((changed & FOCUSABLE_MASK) != 0 || (changed & VISIBILITY_MASK) != 0
13550 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null &&
17493 switch (flags & VISIBILITY_MASK) {
17729 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) {