Searched defs:FOCUSABLE_AUTO (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java897 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
923 public static final int FOCUSABLE_AUTO = 0x00000010; field in class:View
4564 mViewFlags = SOUND_EFFECTS_ENABLED | HAPTIC_FEEDBACK_ENABLED | FOCUSABLE_AUTO;
4760 viewFlagValues |= FOCUSABLE_AUTO;
4761 viewFlagMasks |= FOCUSABLE_AUTO;
4876 if ((viewFlagValues & FOCUSABLE_AUTO) == 0) {
4883 viewFlagValues &= ~FOCUSABLE_AUTO;
6850 * through {@link #FOCUSABLE_AUTO} will also cause this method to return {@code true}.
6877 * this method to return true. A view set to {@link #FOCUSABLE_AUTO} that resolves
6905 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO)
[all...]

Completed in 98 milliseconds