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

/frameworks/base/core/java/android/view/
H A DView.java500 * views indicate whether they still would like focus via {@link #isFocusableInTouchMode}
534 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
5150 if (!isFocusableInTouchMode()) {
7280 public final boolean isFocusableInTouchMode() { method in class:View
7417 && isInTouchMode() && !isFocusableInTouchMode()) {
7592 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
7612 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
7636 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
7707 final boolean focusableInTouchMode = isFocusableInTouchMode();
9438 if (isFocusable() && isFocusableInTouchMode()
[all...]

Completed in 251 milliseconds