Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h210 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET; variable
/frameworks/base/core/java/android/view/
DView.java1155 static final int VISIBILITY_MASK = 0x0000000C; field in View