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

/frameworks/base/core/java/android/view/
H A DView.java513 * views indicate whether they still would like focus via {@link #isFocusableInTouchMode}
547 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
5666 if (!isFocusableInTouchMode()) {
8077 public final boolean isFocusableInTouchMode() { method in class:View
8214 && isInTouchMode() && !isFocusableInTouchMode()) {
8390 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
8410 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
8434 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
8505 final boolean focusableInTouchMode = isFocusableInTouchMode();
10304 if (isFocusable() && isFocusableInTouchMode()
[all...]

Completed in 91 milliseconds