HomeSort by relevance Sort by last modified time
    Searched refs:Focusable (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterView.java 212 * Indicates what focusable state is requested when calling setFocusable().
214 * determining the focusable state (such as whether its empty or the text
720 public void setFocusable(@Focusable int focusable) {
724 mDesiredFocusableState = focusable;
725 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) {
729 super.setFocusable((!empty || isInFilterMode()) ? focusable : NOT_FOCUSABLE);
733 public void setFocusableInTouchMode(boolean focusable) {
737 mDesiredFocusableInTouchModeState = focusable;
    [all...]
  /frameworks/base/core/java/android/view/
View.java 560 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
    [all...]

Completed in 557 milliseconds