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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java1184 * ({@link #CHOICE_MODE_NONE}). By setting the choiceMode to {@link #CHOICE_MODE_SINGLE}, the
1185 * List allows up to one item to be in a chosen state. By setting the choiceMode to
1188 * @param choiceMode One of {@link #CHOICE_MODE_NONE}, {@link #CHOICE_MODE_SINGLE}, or
1191 public void setChoiceMode(int choiceMode) { argument
1192 mChoiceMode = choiceMode;
1512 final int choiceMode = getChoiceMode();
1513 switch (choiceMode) {

Completed in 88 milliseconds