Searched defs:VISIBILITY_MASK (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/transition/src/android/support/transition/
H A DViewUtils.java41 private static final int VISIBILITY_MASK = 0x0000000C; field in class:ViewUtils
147 sViewFlagsField.setInt(view, (viewFlags & ~VISIBILITY_MASK) | visibility);
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h210 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET; member in class:mcld::ResolveInfo
/frameworks/base/core/java/android/view/
H A DView.java965 static final int VISIBILITY_MASK = 0x0000000C; field in class:View
4922 viewFlagMasks |= VISIBILITY_MASK;
5488 switch (mViewFlags&VISIBILITY_MASK) {
6900 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
9020 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) {
9409 return mViewFlags & VISIBILITY_MASK;
9420 setFlags(visibility, VISIBILITY_MASK);
10647 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
10853 || (mViewFlags & VISIBILITY_MASK) != VISIBLE) {
11269 mViewFlags = (mViewFlags & ~View.VISIBILITY_MASK) | visibilit
[all...]

Completed in 110 milliseconds