Searched refs:isFocusableInTouchMode (Results 1 – 8 of 8) sorted by relevance
54 … assertTrue("edit text should be focusable in touch mode", mEditText.isFocusableInTouchMode()); in testPreconditions()
70 userSetNextFocus.isFocusableInTouchMode())) { in findNextFocus()
5034 public final boolean isFocusableInTouchMode() { in isFocusableInTouchMode() method in View5169 isInTouchMode() && !isFocusableInTouchMode()) {6405 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) {
2746 if (focused != null && !focused.isFocusableInTouchMode()) { in enterTouchMode()2779 && vgParent.isFocusableInTouchMode()) { in findAncestorToTakeFocusInTouchMode()
201 {@link android.view.View#isFocusableInTouchMode} is true will be focusable, such as text editing wi…224 …y whether a View allows focus with <code>{@link android.view.View#isFocusableInTouchMode()}</code>.
1641 isInTouchMode() && !isFocusableInTouchMode()) { in addFocusables()
22983 method public final boolean isFocusableInTouchMode();