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

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h210 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET; member in class:mcld::ResolveInfo
/frameworks/base/core/java/android/view/
H A DView.java807 static final int VISIBILITY_MASK = 0x0000000C; field in class:View
4096 viewFlagMasks |= VISIBILITY_MASK;
4563 switch (mViewFlags&VISIBILITY_MASK) {
5674 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
7050 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) {
7420 return mViewFlags & VISIBILITY_MASK;
7431 setFlags(visibility, VISIBILITY_MASK);
8308 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
8461 (mViewFlags & VISIBILITY_MASK) != VISIBLE) {
8827 mViewFlags = (mViewFlags & ~View.VISIBILITY_MASK) | visibilit
[all...]

Completed in 111 milliseconds