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

/frameworks/base/core/java/android/view/
H A DView.java475 * views indicate whether they still would like focus via {@link #isFocusableInTouchMode}
509 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
6045 public final boolean isFocusableInTouchMode() { method in class:View
6190 && isInTouchMode() && !isFocusableInTouchMode()) {
6392 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
6412 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
6436 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
8069 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) {

Completed in 525 milliseconds