Home
last modified time | relevance | path

Searched refs:shouldBlockFocusForTouchscreen (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java750 && (isFocusableInTouchMode() || !shouldBlockFocusForTouchscreen()) in focusableViewAvailable()
1088 if (shouldBlockFocusForTouchscreen()) { in addFocusables()
1110 (isFocusableInTouchMode() || !shouldBlockFocusForTouchscreen())) { in addFocusables()
1146 boolean shouldBlockFocusForTouchscreen() { in shouldBlockFocusForTouchscreen() method in ViewGroup
DView.java6125 if (g.shouldBlockFocusForTouchscreen()) { in hasFocusable()
9095 || (!focusableInTouchMode && vgAncestor.shouldBlockFocusForTouchscreen())) { in hasAncestorThatBlocksDescendantFocus()