Searched refs:shouldBlockFocusForTouchscreen (Results 1 – 1 of 1) sorted by relevance
931 && (isFocusableInTouchMode() || !shouldBlockFocusForTouchscreen()) in focusableViewAvailable()1285 final boolean blockFocusForTouchscreen = shouldBlockFocusForTouchscreen(); in addFocusables()1408 boolean shouldBlockFocusForTouchscreen() { in shouldBlockFocusForTouchscreen() method in ViewGroup