Searched defs:isFocusableInTouchMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java466 * views indicate whether they still would like focus via {@link #isFocusableInTouchMode}
500 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
3479 public final boolean isFocusableInTouchMode() { method in class:View
3596 isInTouchMode() && !isFocusableInTouchMode()) {
3637 * or if it is focusable and it is not focusable in touch mode ({@link #isFocusableInTouchMode})
3658 * or if it is focusable and it is not focusable in touch mode ({@link #isFocusableInTouchMode})
3682 * or if it is focusable and it is not focusable in touch mode ({@link #isFocusableInTouchMode})
4444 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) {

Completed in 219 milliseconds