HomeSort by relevance Sort by last modified time
    Searched refs:MutableSelection (Results 1 - 15 of 15) sorted by null

  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
SelectionTracker_InstanceStateTest.java 61 MutableSelection<String> origStrings = new MutableSelection<>();
62 MutableSelection<Long> origLongs = new MutableSelection<>();
StorageStrategy_LongTest.java 44 MutableSelection<Long> orig = new MutableSelection<>();
StorageStrategy_StringTest.java 44 MutableSelection<String> orig = new MutableSelection<>();
StorageStrategy_ParcelableTest.java 59 MutableSelection<Uri> orig = new MutableSelection<>();
DefaultSelectionTrackerTest.java 434 MutableSelection<String> orig = new MutableSelection<>();
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
MutableSelection.java 23 public final class MutableSelection extends Selection {
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
MutableSelection.java 25 * {@link SelectionTracker#copySelection(MutableSelection)}.
33 * {@link MutableSelection} allows clients to obtain a mutable copy of the Selection
42 * MutableSelection snapshot = new MutableSelection();
55 public final class MutableSelection<K> extends Selection<K> {
DefaultSelectionTracker.java 120 public void copySelection(@NonNull MutableSelection dest) {
187 MutableSelection prevSelection = new MutableSelection();
SelectionTracker.java 59 * To obtain a stable snapshot of the selection use {@link #copySelection(MutableSelection)}.
120 * @see #copySelection(MutableSelection) on how to get a snapshot
129 public abstract void copySelection(@NonNull MutableSelection<K> dest);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DragStartListenerTest.java 36 import com.android.documentsui.selection.MutableSelection;
158 MutableSelection selection = new MutableSelection();
172 MutableSelection selection = new MutableSelection();
186 MutableSelection selection = new MutableSelection();
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DragStartListener.java 35 import com.android.documentsui.selection.MutableSelection;
161 MutableSelection getSelectionToBeCopied(String modelId, MotionEvent event) {
162 MutableSelection selection = new MutableSelection();
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DocsSelectionHelper.java 24 import com.android.documentsui.selection.MutableSelection;
213 return new MutableSelection();
AbstractActionHandler.java 61 import com.android.documentsui.selection.MutableSelection;
536 protected MutableSelection getStableSelection() {
537 MutableSelection selection = new MutableSelection();
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/
SelectionDemoActivity.java 45 import com.android.documentsui.selection.MutableSelection;
223 MutableSelection selection = new MutableSelection();
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
ActionHandler.java 65 import com.android.documentsui.selection.MutableSelection;
224 final MutableSelection selection = this.getStableSelection();

Completed in 250 milliseconds