Searched refs:isFocusableInTouchMode (Results 1 – 12 of 12) sorted by relevance
54 … assertTrue("edit text should be focusable in touch mode", mEditText.isFocusableInTouchMode()); in testPreconditions()
124 mOriginalFocusableInTouchMode = textView.isFocusableInTouchMode(); in onShowTranslation()
132 boolean isFocusableInTouchMode = a.getBoolean( in PasswordTextView()135 setFocusableInTouchMode(isFocusableInTouchMode); in PasswordTextView()
202 || userSetNextFocus.isFocusableInTouchMode())) { in findNextUserSpecifiedFocus()
960 && (isFocusableInTouchMode() || !shouldBlockFocusForTouchscreen()) in focusableViewAvailable()1315 final boolean focusSelf = (isFocusableInTouchMode() || !blockFocusForTouchscreen); in addFocusables()1408 if (!focusedChild.isFocusableInTouchMode()) { in setTouchscreenBlocksFocus()
8263 if (!isFocusableInTouchMode()) {13711 public final boolean isFocusableInTouchMode() { in isFocusableInTouchMode() method in View14168 && !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()
6335 if (focused != null && !focused.isFocusableInTouchMode()) { in enterTouchMode()6364 && vgParent.isFocusableInTouchMode()) { in findAncestorToTakeFocusInTouchMode()
2661 isInTouchMode() && !isFocusableInTouchMode()) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17579 HSPLandroid/view/View;->isFocusableInTouchMode()Z
17643 HSPLandroid/view/View;->isFocusableInTouchMode()Z
52312 method public final boolean isFocusableInTouchMode();