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

/frameworks/base/core/java/android/widget/
H A DListView.java85 public static final int CHOICE_MODE_SINGLE = 1; field in class:ListView
3460 * ({@link #CHOICE_MODE_NONE}). By setting the choiceMode to {@link #CHOICE_MODE_SINGLE}, the
3464 * @param choiceMode One of {@link #CHOICE_MODE_NONE}, {@link #CHOICE_MODE_SINGLE}, or
3520 * the choice mode has been set to {@link #CHOICE_MODE_SINGLE} or
3570 * valid if the choice mode has been set to {@link #CHOICE_MODE_SINGLE}
3589 * mode has been set to {@link #CHOICE_MODE_SINGLE}.
3597 if (mChoiceMode == CHOICE_MODE_SINGLE && mCheckStates != null && mCheckStates.size() == 1) {

Completed in 54 milliseconds