Searched refs:descendantFocusability (Results 1 – 9 of 9) sorted by relevance
1253 final int descendantFocusability = getDescendantFocusability(); in hasFocusable() local1254 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) { in hasFocusable()1284 final int descendantFocusability = getDescendantFocusability(); in addFocusables() local1288 if (descendantFocusability == FOCUS_BLOCK_DESCENDANTS) { in addFocusables()1299 if ((descendantFocusability == FOCUS_BEFORE_DESCENDANTS) && focusSelf) { in addFocusables()1320 if ((descendantFocusability == FOCUS_AFTER_DESCENDANTS) && focusSelf in addFocusables()3254 int descendantFocusability = getDescendantFocusability(); in requestFocus() local3257 switch (descendantFocusability) { in requestFocus()3275 + "but is " + descendantFocusability); in requestFocus()
1244 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll() local1247 setDescendantFocusability(descendantFocusability); // restore in arrowScroll()
1266 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll() local1269 setDescendantFocusability(descendantFocusability); // restore in arrowScroll()
2589 final int descendantFocusability = getDescendantFocusability();2591 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) {2608 descendantFocusability != FOCUS_AFTER_DESCENDANTS ||
572 int descendantFocusability = a.getInt( in RecyclerView() local574 if (descendantFocusability == -1) { in RecyclerView()
468 field public static final int descendantFocusability = 16842993; // 0x10100f1
500 field public static final int descendantFocusability = 16842993; // 0x10100f1
90120 Lcom/android/internal/R$attr;->descendantFocusability:I