Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java329 private static final int FLAG_MASK_FOCUSABILITY = 0x60000; field in ViewGroup
701 return mGroupFlags & FLAG_MASK_FOCUSABILITY; in getDescendantFocusability()
722 mGroupFlags &= ~FLAG_MASK_FOCUSABILITY; in setDescendantFocusability()
723 mGroupFlags |= (focusability & FLAG_MASK_FOCUSABILITY); in setDescendantFocusability()