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

/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithMailMessages.java105 public boolean isFocusable() { method in class:ListWithMailMessages.MailMessage
142 body.setFocusable(message.isFocusable());
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java407 public boolean isFocusable() { method in class:PopupWindow
423 * @see #isFocusable()
/frameworks/base/core/java/android/view/
H A DView.java464 * through the {@link #isFocusable} method. To change whether a view can take
2699 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
3466 public final boolean isFocusable() { method in class:View
3591 if (!isFocusable()) {
3636 * A view will not actually take focus if it is not focusable ({@link #isFocusable} returns false),
3657 * A view will not actually take focus if it is not focusable ({@link #isFocusable} returns false),
3681 * A view will not actually take focus if it is not focusable ({@link #isFocusable} returns false),
4444 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) {

Completed in 95 milliseconds