Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2660 if ((focusableMode & FOCUSABLES_TOUCH_MODE) == FOCUSABLES_TOUCH_MODE &&
/aosp14/frameworks/base/core/java/android/view/
H A DView.java1919 FOCUSABLES_TOUCH_MODE
1934 public static final int FOCUSABLES_TOUCH_MODE = 0x00000001; field in View
14140 addFocusables(views, direction, isInTouchMode() ? FOCUSABLES_TOUCH_MODE : FOCUSABLES_ALL); in addFocusables()
14167 if ((focusableMode & FOCUSABLES_TOUCH_MODE) == FOCUSABLES_TOUCH_MODE in addFocusables()
H A DViewGroup.java1325 focusableMode |= FOCUSABLES_TOUCH_MODE; in addFocusables()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52713 field public static final int FOCUSABLES_TOUCH_MODE = 1; // 0x1