Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java342 private static final int FLAG_MASK_FOCUSABILITY = 0x60000; field in ViewGroup
786 return mGroupFlags & FLAG_MASK_FOCUSABILITY; in getDescendantFocusability()
807 mGroupFlags &= ~FLAG_MASK_FOCUSABILITY; in setDescendantFocusability()
808 mGroupFlags |= (focusability & FLAG_MASK_FOCUSABILITY); in setDescendantFocusability()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78568 Landroid/view/ViewGroup;->FLAG_MASK_FOCUSABILITY:I