Searched refs:FLAG_MASK_FOCUSABILITY (Results 1 – 1 of 1) sorted by relevance
357 private static final int FLAG_MASK_FOCUSABILITY = 0x60000; field in ViewGroup808 return mGroupFlags & FLAG_MASK_FOCUSABILITY; in getDescendantFocusability()829 mGroupFlags &= ~FLAG_MASK_FOCUSABILITY; in setDescendantFocusability()830 mGroupFlags |= (focusability & FLAG_MASK_FOCUSABILITY); in setDescendantFocusability()