Home
last modified time | relevance | path

Searched refs:isFocusableInTouchMode (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
DTouchModeFocusableTest.java54 … assertTrue("edit text should be focusable in touch mode", mEditText.isFocusableInTouchMode()); in testPreconditions()
/frameworks/base/core/java/android/view/
DFocusFinder.java70 userSetNextFocus.isFocusableInTouchMode())) { in findNextFocus()
DView.java5034 public final boolean isFocusableInTouchMode() { in isFocusableInTouchMode() method in View
5169 isInTouchMode() && !isFocusableInTouchMode()) {
6405 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) {
DViewRootImpl.java2746 if (focused != null && !focused.isFocusableInTouchMode()) { in enterTouchMode()
2779 && vgParent.isFocusableInTouchMode()) { in findAncestorToTakeFocusInTouchMode()
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd201 {@link android.view.View#isFocusableInTouchMode} is true will be focusable, such as text editing wi…
224 …y whether a View allows focus with <code>{@link android.view.View#isFocusableInTouchMode()}</code>.
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java1641 isInTouchMode() && !isFocusableInTouchMode()) { in addFocusables()
/frameworks/base/api/
Dcurrent.txt22983 method public final boolean isFocusableInTouchMode();
D14.txt22983 method public final boolean isFocusableInTouchMode();