Searched refs:FLAG_MASK_FOCUSABILITY (Results 1 – 2 of 2) sorted by relevance
363 private static final int FLAG_MASK_FOCUSABILITY = 0x60000; field in ViewGroup814 return mGroupFlags & FLAG_MASK_FOCUSABILITY; in getDescendantFocusability()835 mGroupFlags &= ~FLAG_MASK_FOCUSABILITY; in setDescendantFocusability()836 mGroupFlags |= (focusability & FLAG_MASK_FOCUSABILITY); in setDescendantFocusability()
64139 Landroid/view/ViewGroup;->FLAG_MASK_FOCUSABILITY:I