Searched refs:focusableInTouchMode (Results 1 – 4 of 4) sorted by relevance
12943 public void setFocusableInTouchMode(boolean focusableInTouchMode) { in setFocusableInTouchMode() argument12948 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()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
810 field public static final int focusableInTouchMode = 16842971; // 0x10100db
75821 Lcom/android/internal/R$attr;->focusableInTouchMode:I