Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java931 && (isFocusableInTouchMode() || !shouldBlockFocusForTouchscreen()) in focusableViewAvailable()
1285 final boolean blockFocusForTouchscreen = shouldBlockFocusForTouchscreen(); in addFocusables()
1408 boolean shouldBlockFocusForTouchscreen() { in shouldBlockFocusForTouchscreen() method in ViewGroup