[go: nahoru, domu]

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

/frameworks/base/core/java/android/view/
H A DView.java515 * views indicate whether they still would like focus via {@link #isFocusableInTouchMode}
549 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
6122 if (!isFocusableInTouchMode()) {
8646 public final boolean isFocusableInTouchMode() { method in class:View
8783 && !isFocusableInTouchMode()) {
8975 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
8995 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
9019 * ({@link #isFocusableInTouchMode}) while the device is in touch mode.
9090 final boolean focusableInTouchMode = isFocusableInTouchMode();
11107 if (isFocusable() && isFocusableInTouchMode()
[all...]

Completed in 163 milliseconds