Searched refs:VISIBILITY_MASK (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java589 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
636 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
679 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
747 visibility |= mViewFlags&VISIBILITY_MASK;
860 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE
1078 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
1123 visibility |= mViewFlags & VISIBILITY_MASK;
1257 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
1322 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
1372 if ((child.mViewFlags & VISIBILITY_MASK)
[all...]
H A DView.java671 static final int VISIBILITY_MASK = 0x0000000C; field in class:View
2026 viewFlagMasks |= VISIBILITY_MASK;
2699 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
3047 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) {
3105 return mViewFlags & VISIBILITY_MASK;
3116 setFlags(visibility, VISIBILITY_MASK);
3705 (mViewFlags & VISIBILITY_MASK) != VISIBLE) {
4129 if (((visibility | mViewFlags) & (VISIBILITY_MASK | KEEP_SCREEN_ON))
4618 if ((flags & VISIBILITY_MASK) == VISIBLE) {
4619 if ((changed & VISIBILITY_MASK) !
[all...]

Completed in 64 milliseconds