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

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h222 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET; member in class:mcld::ResolveInfo
/frameworks/base/core/java/android/view/
H A DView.java741 static final int VISIBILITY_MASK = 0x0000000C; field in class:View
3458 viewFlagMasks |= VISIBILITY_MASK;
3744 switch (mViewFlags&VISIBILITY_MASK) {
4543 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
5540 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) {
5705 return mViewFlags & VISIBILITY_MASK;
5716 setFlags(visibility, VISIBILITY_MASK);
6492 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
6650 (mViewFlags & VISIBILITY_MASK) != VISIBLE) {
7647 if ((visibility & VISIBILITY_MASK)
[all...]

Completed in 2546 milliseconds