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

/frameworks/base/core/java/android/view/
H A DView.java484 * views indicate whether they still would like focus via {@link #isFocusableInTouchMode}
518 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
6602 public final boolean isFocusableInTouchMode() { method in class:View
6738 && isInTouchMode() && !isFocusableInTouchMode()) {
6913 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
6933 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
6957 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
8652 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) {

Completed in 64 milliseconds