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

/frameworks/base/core/java/android/view/
H A DView.java499 * views indicate whether they still would like focus via {@link #isFocusableInTouchMode}
533 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
5126 if (!isFocusableInTouchMode()) {
7250 public final boolean isFocusableInTouchMode() { method in class:View
7387 && isInTouchMode() && !isFocusableInTouchMode()) {
7562 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
7582 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
7606 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
7677 final boolean focusableInTouchMode = isFocusableInTouchMode();
9350 if (isFocusable() && isFocusableInTouchMode()
[all...]

Completed in 80 milliseconds