Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java751 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) { in hasFocusable()
798 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in addFocusables()
823 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE in findViewsWithText()
873 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in addTouchables()
976 visibility |= mViewFlags&VISIBILITY_MASK; in dispatchCollectViewAttributes()
1883 return (child.mViewFlags & VISIBILITY_MASK) == VISIBLE in canViewReceivePointerEvents()
2155 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in onRequestFocusInDescendants()
2203 visibility |= mViewFlags & VISIBILITY_MASK; in dispatchAttachedToWindow()
2221 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in dispatchPopulateAccessibilityEventInternal()
2241 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) { in onInitializeAccessibilityNodeInfoInternal()
[all …]
DView.java692 static final int VISIBILITY_MASK = 0x0000000C; field in View
2898 viewFlagMasks |= VISIBILITY_MASK; in View()
3765 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable(); in hasFocusable()
4475 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) { in isShown()
4553 return mViewFlags & VISIBILITY_MASK; in getVisibility()
4564 setFlags(visibility, VISIBILITY_MASK); in setVisibility()
5305 (mViewFlags & VISIBILITY_MASK) != VISIBLE) {
5881 if ((visibility & VISIBILITY_MASK) == VISIBLE && mAttachInfo != null) {
6634 if ((flags & VISIBILITY_MASK) == VISIBLE) {
6635 if ((changed & VISIBILITY_MASK) != 0) {
[all …]