Searched refs:mViewFlags (Results 1 – 2 of 2) sorted by relevance
2045 int mViewFlags; field in View2692 mViewFlags = SOUND_EFFECTS_ENABLED | HAPTIC_FEEDBACK_ENABLED | LAYOUT_DIRECTION_INHERIT; in View()3765 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable(); in hasFocusable()4244 if ((mViewFlags & ENABLED_MASK) == DISABLED) { in resetPressedState()4313 return mViewFlags & DRAWING_CACHE_QUALITY_MASK; in getDrawingCacheQuality()4344 return (mViewFlags & KEEP_SCREEN_ON) != 0; in getKeepScreenOn()4475 if ((current.mViewFlags & VISIBILITY_MASK) != VISIBLE) { in isShown()4500 if ((mViewFlags & FITS_SYSTEM_WINDOWS) == FITS_SYSTEM_WINDOWS) { in fitSystemWindows()4538 return (mViewFlags & FITS_SYSTEM_WINDOWS) == FITS_SYSTEM_WINDOWS; in fitsSystemWindows()4553 return mViewFlags & VISIBILITY_MASK; in getVisibility()[all …]
751 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 …]