Searched refs:mViewFlags (Results 1 – 4 of 4) sorted by relevance
4231 int mViewFlags; field in View5173 mViewFlags = SOUND_EFFECTS_ENABLED | HAPTIC_FEEDBACK_ENABLED | FOCUSABLE_AUTO; in View()6280 switch (mViewFlags&VISIBILITY_MASK) {6286 out.append((mViewFlags & FOCUSABLE) == FOCUSABLE ? 'F' : '.');6287 out.append((mViewFlags&ENABLED_MASK) == ENABLED ? 'E' : '.');6288 out.append((mViewFlags&DRAW_MASK) == WILL_NOT_DRAW ? '.' : 'D');6289 out.append((mViewFlags&SCROLLBARS_HORIZONTAL) != 0 ? 'H' : '.');6290 out.append((mViewFlags&SCROLLBARS_VERTICAL) != 0 ? 'V' : '.');6291 out.append((mViewFlags&CLICKABLE) != 0 ? 'C' : '.');6292 out.append((mViewFlags&LONG_CLICKABLE) != 0 ? 'L' : '.');[all …]
930 && ((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()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()3326 && (mDefaultFocus.mViewFlags & VISIBILITY_MASK) == VISIBLE in restoreDefaultFocus()[all …]
770 if (((mViewFlags & VISIBILITY_MASK) == VISIBLE) && mLayer != null) { in setSurfaceTexture()
3242 if ((parent.mViewFlags & View.VISIBILITY_MASK) == View.GONE) { in getValidLayoutRequesters()