| /recyclerview/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
| D | Selection.java | 82 public boolean contains(@Nullable K key) { in contains() 149 K key = entry.getKey(); in setProvisionalSelection() local 183 boolean add(@NonNull K key) { in add() 192 boolean remove(@NonNull K key) { in remove()
|
| D | MutableSelection.java | 58 public boolean add(@NonNull K key) { in add() 63 public boolean remove(@NonNull K key) { in remove()
|
| D | ToolSourceHandlerRegistry.java | 63 void set(@NonNull ToolSourceKey key, @Nullable T delegate) { in set() 73 ToolSourceKey key = ToolSourceKey.fromMotionEvent(e); in get() local
|
| D | DefaultSelectionTracker.java | 128 public boolean isSelected(@Nullable K key) { in isSelected() 216 public boolean select(@NonNull K key) { in select() 242 public boolean deselect(@NonNull K key) { in deselect() 382 private boolean canSetState(@NonNull K key, boolean nextState) { in canSetState() 440 private void notifyItemStateChanged(@NonNull K key, boolean selected) { in notifyItemStateChanged() 496 K key = mKeyProvider.getKey(i); in updateForRegularRange() local 514 K key = mKeyProvider.getKey(i); in updateForProvisionalRange() local
|
| D | SelectionTracker.java | 142 public abstract boolean isSelected(@Nullable K key); in isSelected() 177 public abstract boolean select(@NonNull K key); in select() 185 public abstract boolean deselect(@NonNull K key); in deselect() 304 public void onItemStateChanged(@NonNull K key, boolean selected) { in onItemStateChanged() 356 public abstract boolean canSetStateForKey(@NonNull K key, boolean nextState); in canSetStateForKey() 869 ToolSourceKey key = new ToolSourceKey(toolType); in build() local
|
| D | ItemKeyProvider.java | 86 public abstract int getPosition(@NonNull K key); in getPosition()
|
| D | EventRouter.java | 50 void set(@NonNull ToolSourceKey key, @NonNull OnItemTouchListener delegate) { in set()
|
| D | EventBridge.java | 96 public void onItemStateChanged(@NonNull K key, boolean selected) { in onItemStateChanged()
|
| D | ItemDetailsLookup.java | 245 K key = getSelectionKey(); in isEqualTo() local
|
| D | GestureRouter.java | 55 public void register(@NonNull ToolSourceKey key, @Nullable T delegate) { in register()
|
| D | StableIdKeyProvider.java | 147 public int getPosition(@NonNull Long key) { in getPosition()
|
| D | GridModel.java | 362 K key = mKeyProvider.getKey(position); in updateSelection() local 382 private boolean canSelect(K key) { in canSelect()
|
| /recyclerview/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/ |
| D | TestSelectionObserver.java | 45 public void onItemStateChanged(@NonNull K key, boolean selected) { in onItemStateChanged() 82 void assertSelected(K key) { in assertSelected() 86 void assertNotSelected(K key) { in assertNotSelected()
|
| D | TestAdapter.java | 108 public int getPosition(K key) { in getPosition() 116 public boolean removeItem(K key) { in removeItem()
|
| D | TestItemKeyProvider.java | 43 public int getPosition(K key) { in getPosition()
|
| D | TestSelectionPredicate.java | 42 public boolean canSetStateForKey(@NonNull K key, boolean nextState) { in canSetStateForKey()
|
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | ThreadUtilTest.java | 189 private void initWait(String key) throws InterruptedException { in initWait() 193 private Object[] waitFor(String key) throws InterruptedException { in waitFor() 197 private void setResultData(String key, Object... args) { in setResultData()
|
| D | BaseWrapContentTest.java | 376 long key = map.keyAt(i); in logInto() local
|
| /recyclerview/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/ |
| D | ToolSourceHandlerRegistryTest.java | 64 ToolSourceKey key = new ToolSourceKey(MotionEvent.TOOL_TYPE_FINGER); in testPassingNullUnregistersHandler() local
|
| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | ViewInfoStore.java | 132 void addToOldChangeHolders(long key, RecyclerView.ViewHolder holder) { in addToOldChangeHolders() 173 RecyclerView.ViewHolder getFromOldChangeHolders(long key) { in getFromOldChangeHolders()
|
| D | RecyclerView.java | 4740 long key = getChangedHolderKey(holder); in dispatchLayoutStep1() local 4846 long key = getChangedHolderKey(holder); in dispatchLayoutStep3() local 4934 private void handleMissingPreInfoForChangeError(long key, in handleMissingPreInfoForChangeError() 4976 long key = getChangedHolderKey(viewHolder); in recordAnimationInfoIfBouncedHiddenView() local
|