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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java1139 * ({@link #CHOICE_MODE_NONE}). By setting the choiceMode to {@link #CHOICE_MODE_SINGLE}, the
1140 * List allows up to one item to be in a chosen state. By setting the choiceMode to
1143 * @param choiceMode One of {@link #CHOICE_MODE_NONE}, {@link #CHOICE_MODE_SINGLE}, or
1146 public void setChoiceMode(int choiceMode) { argument
1147 mChoiceMode = choiceMode;

Completed in 759 milliseconds