Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DTouchModeFocusableTest.java54 … assertTrue("edit text should be focusable in touch mode", mEditText.isFocusableInTouchMode()); in testPreconditions()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextViewTranslationCallback.java124 mOriginalFocusableInTouchMode = textView.isFocusableInTouchMode(); in onShowTranslation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java132 boolean isFocusableInTouchMode = a.getBoolean( in PasswordTextView()
135 setFocusableInTouchMode(isFocusableInTouchMode); in PasswordTextView()
/aosp14/frameworks/base/core/java/android/view/
H A DFocusFinder.java202 || userSetNextFocus.isFocusableInTouchMode())) { in findNextUserSpecifiedFocus()
H A DViewGroup.java960 && (isFocusableInTouchMode() || !shouldBlockFocusForTouchscreen()) in focusableViewAvailable()
1315 final boolean focusSelf = (isFocusableInTouchMode() || !blockFocusForTouchscreen); in addFocusables()
1408 if (!focusedChild.isFocusableInTouchMode()) { in setTouchscreenBlocksFocus()
H A DView.java8263 if (!isFocusableInTouchMode()) {
13711 public final boolean isFocusableInTouchMode() { in isFocusableInTouchMode() method in View
14168 && !isFocusableInTouchMode()) { in addFocusables()
14554 final boolean focusableInTouchMode = isFocusableInTouchMode(); in hasAncestorThatBlocksDescendantFocus()
17093 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) { in onTouchEvent()
31947 stream.addProperty("focus:isFocusableInTouchMode", isFocusableInTouchMode()); in encodeProperties()
H A DViewRootImpl.java6335 if (focused != null && !focused.isFocusableInTouchMode()) { in enterTouchMode()
6364 && vgParent.isFocusableInTouchMode()) { in findAncestorToTakeFocusInTouchMode()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2661 isInTouchMode() && !isFocusableInTouchMode()) {
/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/boot/
H A Dboot-image-profile.txt17579 HSPLandroid/view/View;->isFocusableInTouchMode()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17643 HSPLandroid/view/View;->isFocusableInTouchMode()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52312 method public final boolean isFocusableInTouchMode();