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

/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp127 m_BitField &= ~VISIBILITY_MASK;
231 return static_cast<ResolveInfo::Visibility>((m_BitField & VISIBILITY_MASK) >> VISIBILITY_OFFSET);
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h229 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET; member in class:mcld::ResolveInfo
/frameworks/base/core/java/android/view/
H A DViewGroup.java874 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
913 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
937 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE
988 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
1106 if ((visibility & VISIBILITY_MASK) == VISIBLE) {
1113 visibility | (child.mViewFlags&VISIBILITY_MASK));
1694 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
2140 return (child.mViewFlags & VISIBILITY_MASK) == VISIBLE
2413 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
2466 visibility | (child.mViewFlags & VISIBILITY_MASK));
[all...]
H A DView.java757 static final int VISIBILITY_MASK = 0x0000000C; field in class:View
3682 viewFlagMasks |= VISIBILITY_MASK;
3978 switch (mViewFlags&VISIBILITY_MASK) {
4789 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
5833 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) {
6025 return mViewFlags & VISIBILITY_MASK;
6036 setFlags(visibility, VISIBILITY_MASK);
6831 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
6984 (mViewFlags & VISIBILITY_MASK) != VISIBLE) {
8107 if ((visibility & VISIBILITY_MASK)
[all...]
H A DViewRootImpl.java2068 if ((parent.mViewFlags & View.VISIBILITY_MASK) == View.GONE) {

Completed in 155 milliseconds