Home
last modified time | relevance | path

Searched refs:focusableInTouchMode (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DView.java12943 public void setFocusableInTouchMode(boolean focusableInTouchMode) { in setFocusableInTouchMode() argument
12948 setFlags(focusableInTouchMode ? FOCUSABLE_IN_TOUCH_MODE : 0, FOCUSABLE_IN_TOUCH_MODE); in setFocusableInTouchMode()
12951 if (focusableInTouchMode) { in setFocusableInTouchMode()
14554 final boolean focusableInTouchMode = isFocusableInTouchMode(); in hasAncestorThatBlocksDescendantFocus()
14559 || (!focusableInTouchMode && vgAncestor.shouldBlockFocusForTouchscreen())) { in hasAncestorThatBlocksDescendantFocus()
/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.txt810 field public static final int focusableInTouchMode = 16842971; // 0x10100db
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75821 Lcom/android/internal/R$attr;->focusableInTouchMode:I