Home
last modified time | relevance | path

Searched refs:FOCUSABLES_TOUCH_MODE (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2608 if ((focusableMode & FOCUSABLES_TOUCH_MODE) == FOCUSABLES_TOUCH_MODE &&
/frameworks/support/core-ui/java/android/support/v4/view/
DViewPager.java2924 if ((focusableMode & FOCUSABLES_TOUCH_MODE) == FOCUSABLES_TOUCH_MODE
/frameworks/base/core/java/android/view/
DView.java1566 FOCUSABLES_TOUCH_MODE
1581 public static final int FOCUSABLES_TOUCH_MODE = 0x00000001; field in View
10461 addFocusables(views, direction, isInTouchMode() ? FOCUSABLES_TOUCH_MODE : FOCUSABLES_ALL);
10488 if ((focusableMode & FOCUSABLES_TOUCH_MODE) == FOCUSABLES_TOUCH_MODE
DViewGroup.java1204 focusableMode |= FOCUSABLES_TOUCH_MODE; in addFocusables()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33782 field public static final int FOCUSABLES_TOUCH_MODE = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt45704 field public static final int FOCUSABLES_TOUCH_MODE = 1; // 0x1
Dsystem-current.txt49243 field public static final int FOCUSABLES_TOUCH_MODE = 1; // 0x1