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

/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp119 m_BitField &= ~VISIBILITY_MASK;
218 return static_cast<ResolveInfo::Visibility>((m_BitField & VISIBILITY_MASK) >> VISIBILITY_OFFSET);
/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 DViewGroup.java837 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));
[all...]
H A DView.java739 static final int VISIBILITY_MASK = 0x0000000C; field in class:View
3456 viewFlagMasks |= VISIBILITY_MASK;
3742 switch (mViewFlags&VISIBILITY_MASK) {
4541 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
5538 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) {
5703 return mViewFlags & VISIBILITY_MASK;
5714 setFlags(visibility, VISIBILITY_MASK);
6487 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
6645 (mViewFlags & VISIBILITY_MASK) != VISIBLE) {
7640 if ((visibility & VISIBILITY_MASK)
[all...]

Completed in 219 milliseconds