Searched refs:hasFocusableChild (Results 1 – 2 of 2) sorted by relevance
1277 return hasFocusableChild(dispatchExplicit); in hasFocusable()1283 boolean hasFocusableChild(boolean dispatchExplicit) { in hasFocusableChild() method in ViewGroup3449 if (descendentFocusability == FOCUS_AFTER_DESCENDANTS && !hasFocusableChild(false)) { in restoreFocusNotInCluster()
23329 HSPLandroid/view/ViewGroup;->hasFocusableChild(Z)Z