Searched refs:isFocusable (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/listview/
H A DListFocusableTest.java53 assertTrue(mListView.isFocusable());
59 assertFalse(mListView.isFocusable());
65 assertFalse(mListView.isFocusable());
70 assertTrue(mListView.isFocusable());
73 assertTrue(mListView.isFocusable());
78 assertTrue(mListView.isFocusable());
81 assertFalse(mListView.isFocusable());
87 assertFalse(mListView.isFocusable());
90 assertFalse(mListView.isFocusable());
96 assertFalse(mListView.isFocusable());
[all...]
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/listview/arrowscroll/
H A DListInterleaveFocusablesTest.java48 assertTrue(mListView.getChildAt(1).isFocusable());
49 assertTrue(mListView.getChildAt(3).isFocusable());
50 assertTrue(mListView.getChildAt(6).isFocusable());
H A DListItemFocusableAboveUnfocusableTest.java43 assertFalse(mListView.getChildAt(1).isFocusable());
/frameworks/base/awt/org/apache/harmony/awt/wtk/
H A DNativeWindow.java108 boolean isFocusable(); method in interface:NativeWindow
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/focus/
H A DDescendantFocusabilityTest.java52 assertTrue(a.beforeDescendantsChild.isFocusable());
53 assertTrue(a.afterDescendantsChild.isFocusable());
54 assertTrue(a.blocksDescendantsChild.isFocusable());
/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/focus/
H A DListWithMailMessages.java105 public boolean isFocusable() { method in class:ListWithMailMessages.MailMessage
142 body.setFocusable(message.isFocusable());
/frameworks/base/core/java/android/view/
H A DFocusFinder.java65 userSetNextFocus.isFocusable() &&
H A DView.java463 * through the {@link #isFocusable} method. To change whether a view can take
2579 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
3308 public final boolean isFocusable() { method in class:View
3433 if (!isFocusable()) {
3478 * A view will not actually take focus if it is not focusable ({@link #isFocusable} returns false),
3499 * A view will not actually take focus if it is not focusable ({@link #isFocusable} returns false),
3523 * A view will not actually take focus if it is not focusable ({@link #isFocusable} returns false),
4167 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) {
H A DViewGroup.java591 if (isFocusable()) {
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java400 public boolean isFocusable() { method in class:PopupWindow
416 * @see #isFocusable()
H A DTextView.java7012 if (isFocusable() && mInput != null) {
/frameworks/base/awt/java/awt/
H A DComponent.java280 * set.add(AccessibleState.ENABLED); } if (isFocusable()) {
969 // true from isFocusable() method
3028 * @deprecated Replaced by isFocusable().
3047 public boolean isFocusable() { method in class:Component
3672 * return false; } if (!isShowing() || !isFocusable() ||
4267 * root.isEnabled() && root .isFocusable())) { comp = root; root =
4594 * setFocusable() or via overriding isFocusable() or

Completed in 145 milliseconds