Home | History | Annotate | Download | only in view

Lines Matching refs:isFocusableInTouchMode

500  * 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() {
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() && !isFocused()) {