Searched refs:descendantFocusability (Results 1 – 8 of 8) sorted by relevance
1300 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll() local1303 setDescendantFocusability(descendantFocusability); // restore in arrowScroll()
1334 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll() local1337 setDescendantFocusability(descendantFocusability); // restore in arrowScroll()
1282 final int descendantFocusability = getDescendantFocusability(); in hasFocusable() local1283 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) { in hasFocusable()1313 final int descendantFocusability = getDescendantFocusability(); in addFocusables() local1317 if (descendantFocusability == FOCUS_BLOCK_DESCENDANTS) { in addFocusables()1328 if ((descendantFocusability == FOCUS_BEFORE_DESCENDANTS) && focusSelf) { in addFocusables()1349 if ((descendantFocusability == FOCUS_AFTER_DESCENDANTS) && focusSelf in addFocusables()3317 int descendantFocusability = getDescendantFocusability(); in requestFocus() local3320 switch (descendantFocusability) { in requestFocus()3338 + "but is " + descendantFocusability); in requestFocus()
2633 final int descendantFocusability = getDescendantFocusability();2635 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) {2652 descendantFocusability != FOCUS_AFTER_DESCENDANTS ||
572 int descendantFocusability = a.getInt( in RecyclerView() local574 if (descendantFocusability == -1) { in RecyclerView()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
676 field public static final int descendantFocusability = 16842993; // 0x10100f1
75691 Lcom/android/internal/R$attr;->descendantFocusability:I