| /recyclerview/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
| D | Range.java | 82 void extendRange(int position, @RangeType int type) { in extendRange() 94 private void establishRange(int position, @RangeType int type) { in establishRange() 108 private void reviseRange(int position, @RangeType int type) { in reviseRange() 129 private void reviseAscending(int position, @RangeType int type) { in reviseAscending() 144 private void reviseDescending(int position, @RangeType int type) { in reviseDescending() 169 int begin, int end, boolean selected, @RangeType int type) { in updateRange() 178 private void log(@RangeType int type, String message) { in log() 188 int begin, int end, boolean selected, @RangeType int type); in updateForRange()
|
| D | StorageStrategy.java | 64 public StorageStrategy(@NonNull Class<K> type) { in StorageStrategy() 91 public static <K extends Parcelable> @NonNull StorageStrategy<K> createParcelableStorage( in createParcelableStorage() 194 ParcelableStorageStrategy(@NonNull Class<K> type) { in ParcelableStorageStrategy()
|
| D | DefaultSelectionTracker.java | 317 private void extendRange(int position, @RangeType int type) { in extendRange() 577 void updateForRange(int begin, int end, boolean selected, int type) { in updateForRange()
|
| D | GridModel.java | 513 public final int type; field in GridModel.RelativeCoordinate
|
| /recyclerview/recyclerview/ |
| D | dependencyAnalysis-baseline.json | 6 "type": "module", string 14 "type": "module", string 22 "type": "module", string 30 "type": "module", string 38 "type": "module", string 46 "type": "module", string
|
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | RecyclerViewNestedScrollingTest.java | 312 int type) { in onStartNestedScroll() 318 int type) { in onNestedScrollAccepted() 323 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 331 int dxUnconsumed, int dyUnconsumed, int type) { in onNestedScroll() 337 int @NonNull [] consumed, int type) { in onNestedPreScroll() 342 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() 347 public void stopNestedScroll(int type) { in stopNestedScroll() 352 public boolean hasNestedScrollingParent(int type) { in hasNestedScrollingParent() 358 int dyUnconsumed, int @Nullable [] offsetInWindow, int type) { in dispatchNestedScroll() 364 int @Nullable [] offsetInWindow, int type) { in dispatchNestedPreScroll() [all …]
|
| D | RecyclerViewNestedScrollingChildTest.java | 451 int type) { in onStartNestedScroll() 457 int type) { in onNestedScrollAccepted() 466 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 476 int dxUnconsumed, int dyUnconsumed, int type) { in onNestedScroll() 482 int @NonNull [] consumed, int type) { in onNestedPreScroll() 488 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() 493 public void stopNestedScroll(int type) { in stopNestedScroll() 498 public boolean hasNestedScrollingParent(int type) { in hasNestedScrollingParent() 504 int dyUnconsumed, int @Nullable [] offsetInWindow, int type) { in dispatchNestedScroll() 510 int @Nullable [] offsetInWindow, int type) { in dispatchNestedPreScroll() [all …]
|
| D | RecyclerViewNestedScrolling3RequestDisallowInterceptTouchTest.java | 187 int dxUnconsumed, int dyUnconsumed, int type, int @NonNull [] consumed) { in onNestedScroll() 204 int type) { in onStartNestedScroll() 210 int type) { in onNestedScrollAccepted() 215 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 221 int dxUnconsumed, int dyUnconsumed, int type) { in onNestedScroll() 228 int @NonNull [] consumed, int type) { in onNestedPreScroll()
|
| D | RecyclerViewNestedScrollingA11yScrollTest.java | 276 int type) { in onStartNestedScroll() 282 int type) { in onNestedScrollAccepted() 287 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 295 int dxUnconsumed, int dyUnconsumed, int type) { in onNestedScroll() 301 int @NonNull [] consumed, int type) { in onNestedPreScroll() 307 int dxUnconsumed, int dyUnconsumed, int type, int @Nullable [] consumed) { in onNestedScroll() 402 void onStopNestedScroll(int type); in onStopNestedScroll()
|
| D | RecyclerViewNestedScrollingScrollByTest.java | 224 int type) { in onStartNestedScroll() 230 int type) { in onNestedScrollAccepted() 235 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 241 int dxUnconsumed, int dyUnconsumed, int type) { in onNestedScroll() 247 int @NonNull [] consumed, int type) { in onNestedPreScroll() 253 int dxUnconsumed, int dyUnconsumed, int type, int @Nullable [] consumed) { in onNestedScroll()
|
| D | RecyclerViewNestedScrollingMouseScrollTest.java | 187 int type) { in onStartNestedScroll() 193 int type) { in onNestedScrollAccepted() 198 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 204 int dxUnconsumed, int dyUnconsumed, int type) { in onNestedScroll() 210 int @NonNull [] consumed, int type) { in onNestedPreScroll() 216 int dxUnconsumed, int dyUnconsumed, int type, int @Nullable [] consumed) { in onNestedScroll()
|
| D | RecyclerViewNestedScrollingSmoothScrollByTest.java | 262 int type) { in onStartNestedScroll() 268 int type) { in onNestedScrollAccepted() 273 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 279 int dxUnconsumed, int dyUnconsumed, int type) { in onNestedScroll() 285 int @NonNull [] consumed, int type) { in onNestedPreScroll() 291 int dxUnconsumed, int dyUnconsumed, int type, int @Nullable [] consumed) { in onNestedScroll()
|
| D | TestedFrameLayout.java | 212 @ViewCompat.ScrollAxis int axes, @ViewCompat.NestedScrollType int type) { in onStartNestedScroll() 219 @ViewCompat.ScrollAxis int axes, @ViewCompat.NestedScrollType int type) { in onNestedScrollAccepted() 240 int dxUnconsumed, int dyUnconsumed, @ViewCompat.NestedScrollType int type) { in onNestedScroll() 249 @ViewCompat.NestedScrollType int type) { in onNestedPreScroll() 256 public void onStopNestedScroll(@NonNull View target, @ViewCompat.NestedScrollType int type) { in onStopNestedScroll()
|
| D | RecyclerViewOnGenericMotionEventTest.java | 337 int type) { in scrollByInternal()
|
| /recyclerview/recyclerview-selection/ |
| D | dependencyAnalysis-baseline.json | 6 "type": "module", string 14 "type": "module", string 22 "type": "module", string
|
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/test/ |
| D | NestedScrollingParent2Adapter.java | 30 @ViewCompat.ScrollAxis int axes, @ViewCompat.NestedScrollType int type) { in onStartNestedScroll() 36 @ViewCompat.ScrollAxis int axes, @ViewCompat.NestedScrollType int type) { in onNestedScrollAccepted() 40 public void onStopNestedScroll(@NonNull View target, @ViewCompat.NestedScrollType int type) { in onStopNestedScroll() 45 int dxUnconsumed, int dyUnconsumed, @ViewCompat.NestedScrollType int type) { in onNestedScroll() 50 int @NonNull [] consumed, @ViewCompat.NestedScrollType int type) { in onNestedPreScroll()
|
| /recyclerview/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/ |
| D | RangeTest.java | 132 private Capture(int begin, int end, boolean selected, int type) { in Capture() 159 void updateForRange(int begin, int end, boolean selected, int type) { in updateForRange()
|
| /recyclerview/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/ |
| D | TestEvents.java | 244 public Builder type(@ToolType int type) { in type() argument
|
| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | AdapterHelper.java | 137 int type = -1; in applyRemove() local 191 int type = -1; in applyUpdate() local
|
| D | RecyclerView.java | 2105 int type) { in nestedScrollByInternal() 2278 int type) { in scrollByInternal() 2966 private void startNestedScrollForType(int type) { in startNestedScrollForType() 4396 int type = 0; in shouldDeferAccessibilityEvent() local 6758 final int type = mAdapter.getItemViewType(holder.mPosition); in validateViewHolderForOffsetPosition() local 6986 final int type = mAdapter.getItemViewType(offsetPosition); in tryGetViewHolderForPositionByDeadline() local 7515 ViewHolder getScrapOrCachedViewForId(long id, int type, boolean dryRun) { in getScrapOrCachedViewForId() 7819 int position, int type); in getViewForPositionAndType() 12680 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() 12690 public void stopNestedScroll(int type) { in stopNestedScroll() [all …]
|
| /recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/ |
| D | SortedListTest.java | 1619 Event(TYPE type, int val1, int val2) { in Event()
|