Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1300 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll() local
1303 setDescendantFocusability(descendantFocusability); // restore in arrowScroll()
H A DScrollView.java1334 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll() local
1337 setDescendantFocusability(descendantFocusability); // restore in arrowScroll()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java1282 final int descendantFocusability = getDescendantFocusability(); in hasFocusable() local
1283 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) { in hasFocusable()
1313 final int descendantFocusability = getDescendantFocusability(); in addFocusables() local
1317 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() local
3320 switch (descendantFocusability) { in requestFocus()
3338 + "but is " + descendantFocusability); in requestFocus()
/aosp14/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()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt676 field public static final int descendantFocusability = 16842993; // 0x10100f1
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75691 Lcom/android/internal/R$attr;->descendantFocusability:I