Home
last modified time | relevance | path

Searched refs:descendantFocusability (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java1280 final int descendantFocusability = getDescendantFocusability(); in hasFocusable() local
1281 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) { in hasFocusable()
1311 final int descendantFocusability = getDescendantFocusability(); in addFocusables() local
1315 if (descendantFocusability == FOCUS_BLOCK_DESCENDANTS) { in addFocusables()
1326 if ((descendantFocusability == FOCUS_BEFORE_DESCENDANTS) && focusSelf) { in addFocusables()
1347 if ((descendantFocusability == FOCUS_AFTER_DESCENDANTS) && focusSelf in addFocusables()
3314 int descendantFocusability = getDescendantFocusability(); in requestFocus() local
3317 switch (descendantFocusability) { in requestFocus()
3335 + "but is " + descendantFocusability); in requestFocus()
/aosp12/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1268 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll() local
1271 setDescendantFocusability(descendantFocusability); // restore in arrowScroll()
H A DScrollView.java1293 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll() local
1296 setDescendantFocusability(descendantFocusability); // restore in arrowScroll()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2633 final int descendantFocusability = getDescendantFocusability();
2635 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) {
2652 descendantFocusability != FOCUS_AFTER_DESCENDANTS ||
H A DRecyclerView.java572 int descendantFocusability = a.getInt( in RecyclerView() local
574 if (descendantFocusability == -1) { in RecyclerView()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt536 field public static final int descendantFocusability = 16842993; // 0x10100f1
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt468 field public static final int descendantFocusability = 16842993; // 0x10100f1
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt79014 Lcom/android/internal/R$attr;->descendantFocusability:I