Searched refs:isFocusableInTouchMode (Results 1 – 3 of 3) sorted by relevance
27 assertTrue(new EditText(null).isFocusableInTouchMode()); in shouldBeFocusableByDefault()
143 public final boolean isFocusableInTouchMode() { in isFocusableInTouchMode() method in ShadowView779 if (focusRequested || realView.isFocusableInTouchMode()) { in applyFocus()
1932 if (mContainerView.isFocusable() && mContainerView.isFocusableInTouchMode()