Searched refs:isFocusableInTouchMode (Results 1 – 13 of 13) sorted by relevance
200 assertThat(textView.isFocusableInTouchMode()).isFalse(); in testRichTextViewFocusChangesWithTextChange()207 assertThat(textView.isFocusableInTouchMode()).isTrue(); in testRichTextViewFocusChangesWithTextChange()210 assertThat(textView.isFocusableInTouchMode()).isFalse(); in testRichTextViewFocusChangesWithTextChange()
54 … assertTrue("edit text should be focusable in touch mode", mEditText.isFocusableInTouchMode()); in testPreconditions()
130 boolean isFocusableInTouchMode = a.getBoolean( in PasswordTextView()133 setFocusableInTouchMode(isFocusableInTouchMode); in PasswordTextView()
202 || userSetNextFocus.isFocusableInTouchMode())) { in findNextUserSpecifiedFocus()
958 && (isFocusableInTouchMode() || !shouldBlockFocusForTouchscreen()) in focusableViewAvailable()1313 final boolean focusSelf = (isFocusableInTouchMode() || !blockFocusForTouchscreen); in addFocusables()1406 if (!focusedChild.isFocusableInTouchMode()) { in setTouchscreenBlocksFocus()
8054 if (!isFocusableInTouchMode()) {12765 public final boolean isFocusableInTouchMode() { in isFocusableInTouchMode() method in View13220 && !isFocusableInTouchMode()) { in addFocusables()13599 final boolean focusableInTouchMode = isFocusableInTouchMode(); in hasAncestorThatBlocksDescendantFocus()16009 if (isFocusable() && isFocusableInTouchMode() && !isFocused()) { in onTouchEvent()30575 stream.addProperty("focus:isFocusableInTouchMode", isFocusableInTouchMode()); in encodeProperties()
5631 if (focused != null && !focused.isFocusableInTouchMode()) { in enterTouchMode()5660 && vgParent.isFocusableInTouchMode()) { in findAncestorToTakeFocusInTouchMode()
2661 isInTouchMode() && !isFocusableInTouchMode()) {
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
17796 HSPLandroid/view/View;->isFocusableInTouchMode()Z
48921 method public final boolean isFocusableInTouchMode();
33516 method public final boolean isFocusableInTouchMode();
17845 HSPLandroid/view/View;->isFocusableInTouchMode()Z