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

  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 124 m_BitField &= ~VISIBILITY_MASK;
228 return static_cast<ResolveInfo::Visibility>((m_BitField & VISIBILITY_MASK) >> VISIBILITY_OFFSET);
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 230 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET;
  /frameworks/base/core/java/android/view/
ViewGroup.java 868 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
907 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
    [all...]
View.java 741 static final int VISIBILITY_MASK = 0x0000000C;
    [all...]
ViewRootImpl.java     [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.1.jar 
lombok-ast-0.2.jar 

Completed in 591 milliseconds