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.java964 static final int VISIBILITY_MASK = 0x0000000C; field in class:View
4884 viewFlagMasks |= VISIBILITY_MASK;
5450 switch (mViewFlags&VISIBILITY_MASK) {
6862 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
8978 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) {
9367 return mViewFlags & VISIBILITY_MASK;
9378 setFlags(visibility, VISIBILITY_MASK);
10602 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
10808 || (mViewFlags & VISIBILITY_MASK) != VISIBLE) {
11214 mViewFlags = (mViewFlags & ~View.VISIBILITY_MASK) | visibilit
[all...]

Completed in 1912 milliseconds