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

/frameworks/base/core/java/android/view/
H A DView.java526 * views indicate whether they still would like focus via {@link #isFocusableInTouchMode}
560 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
6890 if (!isFocusableInTouchMode()) {
10156 public final boolean isFocusableInTouchMode() { method in class:View
10534 && !isFocusableInTouchMode()) {
10745 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
10802 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
10826 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
10897 final boolean focusableInTouchMode = isFocusableInTouchMode();
13017 if (isFocusable() && isFocusableInTouchMode()
[all...]

Completed in 39 milliseconds