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

/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DSelection.java35 * <b>Primary Selection</b>
43 * <b>Provisional Selection</b>
59 * @param <K> Selection key type. @see {@link StorageStrategy} for supported types.
61 public class Selection<K> implements Iterable<K> { class in inherits:Iterable
67 Selection() { method in class:Selection
75 Selection(@NonNull Set<K> selection) { method in class:Selection
205 * Clones primary and provisional selection from supplied {@link Selection}.
208 void copyFrom(@NonNull Selection<K> source) {
223 buffer.append("Selection{")
240 || (other instanceof Selection
[all...]
/frameworks/base/core/java/android/text/
H A DSelection.java28 public class Selection { class
29 private Selection() { /* cannot be instantiated */ } method in class:Selection

Completed in 352 milliseconds