Searched defs:choiceMode (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DAbsListView.java1204 * ({@link #CHOICE_MODE_NONE}). By setting the choiceMode to {@link #CHOICE_MODE_SINGLE}, the
1205 * List allows up to one item to be in a chosen state. By setting the choiceMode to
1208 * @param choiceMode One of {@link #CHOICE_MODE_NONE}, {@link #CHOICE_MODE_SINGLE}, or
1211 public void setChoiceMode(int choiceMode) { argument
1212 mChoiceMode = choiceMode;
1535 final int choiceMode = getChoiceMode();
1536 switch (choiceMode) {

Completed in 20 milliseconds