HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY_MASK (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 119 m_BitField &= ~VISIBILITY_MASK;
218 return static_cast<ResolveInfo::Visibility>((m_BitField & VISIBILITY_MASK) >> VISIBILITY_OFFSET);
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 222 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET;
  /frameworks/base/core/java/android/view/
ViewGroup.java 837 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
876 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
900 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE
    [all...]
View.java 739 static final int VISIBILITY_MASK = 0x0000000C;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 112 milliseconds