Searched refs:allowsMultipleSelections (Results 1 – 4 of 4) sorted by relevance
111 return (new Boolean(((List) body).allowsMultipleSelections())); in getOnBody()193 if (list.allowsMultipleSelections()) in setOnBody()199 if (list.allowsMultipleSelections()) { in setOnBody()
108 return new Boolean(list.allowsMultipleSelections()); in getOnBody()147 if (list.allowsMultipleSelections()) { in setOnBody()
115 public boolean allowsMultipleSelections() { in allowsMultipleSelections() method in TextList116 return view.allowsMultipleSelections(); in allowsMultipleSelections()
220 public boolean allowsMultipleSelections() { in allowsMultipleSelections() method in TextView