Home | History | Annotate | Download | only in view

Lines Matching refs:isFocusable

473  * through the {@link #isFocusable} method. To change whether a view can take
4406 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
4848 info.setFocusable(isFocusable());
4860 if (isFocusable()) {
6032 public final boolean isFocusable() {
6186 if (!isFocusable()) {
6390 * A view will not actually take focus if it is not focusable ({@link #isFocusable} returns
6410 * A view will not actually take focus if it is not focusable ({@link #isFocusable} returns
6434 * A view will not actually take focus if it is not focusable ({@link #isFocusable} returns
6717 return (isClickable() || isLongClickable() || isFocusable());
8069 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) {