Home
last modified time | relevance | path

Searched refs:VISIBILITY_MASK (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp42 m_BitField &= ~RESOLVE_MASK | VISIBILITY_MASK; in overrideAttributes()
43 m_BitField |= (pFrom.m_BitField & (RESOLVE_MASK & ~VISIBILITY_MASK)); in overrideAttributes()
119 m_BitField &= ~VISIBILITY_MASK; in setVisibility()
209 return static_cast<ResolveInfo::Visibility>((m_BitField & VISIBILITY_MASK) >> in visibility()
/frameworks/base/core/java/android/view/
DViewGroup.java930 && ((mViewFlags & VISIBILITY_MASK) == VISIBLE) in focusableViewAvailable()
1243 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) { in hasFocusable()
1307 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in addFocusables()
1357 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in addKeyboardNavigationClusters()
1425 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE in findViewsWithText()
1497 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in addTouchables()
1619 if ((visibility & VISIBILITY_MASK) == VISIBLE) { in dispatchCollectViewAttributes()
1626 visibility | (child.mViewFlags&VISIBILITY_MASK)); in dispatchCollectViewAttributes()
2417 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in addChildrenForAccessibility()
3313 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in onRequestFocusInDescendants()
[all …]
DTextureView.java770 if (((mViewFlags & VISIBILITY_MASK) == VISIBLE) && mLayer != null) { in setSurfaceTexture()
DView.java1051 static final int VISIBILITY_MASK = 0x0000000C; field in View
5546 viewFlagMasks |= VISIBILITY_MASK;
6280 switch (mViewFlags&VISIBILITY_MASK) {
7872 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE
10827 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) {
11365 return mViewFlags & VISIBILITY_MASK;
11376 setFlags(visibility, VISIBILITY_MASK);
12738 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
13430 mViewFlags = (mViewFlags & ~View.VISIBILITY_MASK) | visibility;
13990 return (mViewFlags & VISIBILITY_MASK) == VISIBLE || getAnimation() != null; in canReceivePointerEvents()
[all …]
DViewRootImpl.java3242 if ((parent.mViewFlags & View.VISIBILITY_MASK) == View.GONE) { in getValidLayoutRequesters()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h210 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78280 Landroid/view/View;->VISIBILITY_MASK:I