Home
last modified time | relevance | path

Searched defs:type (Results 1 – 21 of 21) sorted by relevance

/recyclerview/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
DRange.java82 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()
DStorageStrategy.java64 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()
DDefaultSelectionTracker.java317 private void extendRange(int position, @RangeType int type) { in extendRange()
577 void updateForRange(int begin, int end, boolean selected, int type) { in updateForRange()
DGridModel.java513 public final int type; field in GridModel.RelativeCoordinate
/recyclerview/recyclerview/
DdependencyAnalysis-baseline.json6 "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/
DRecyclerViewNestedScrollingTest.java312 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 …]
DRecyclerViewNestedScrollingChildTest.java451 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 …]
DRecyclerViewNestedScrolling3RequestDisallowInterceptTouchTest.java187 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()
DRecyclerViewNestedScrollingA11yScrollTest.java276 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()
DRecyclerViewNestedScrollingScrollByTest.java224 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()
DRecyclerViewNestedScrollingMouseScrollTest.java187 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()
DRecyclerViewNestedScrollingSmoothScrollByTest.java262 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()
DTestedFrameLayout.java212 @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()
DRecyclerViewOnGenericMotionEventTest.java337 int type) { in scrollByInternal()
/recyclerview/recyclerview-selection/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/test/
DNestedScrollingParent2Adapter.java30 @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/
DRangeTest.java132 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/
DTestEvents.java244 public Builder type(@ToolType int type) { in type() argument
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DAdapterHelper.java137 int type = -1; in applyRemove() local
191 int type = -1; in applyUpdate() local
DRecyclerView.java2105 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/
DSortedListTest.java1619 Event(TYPE type, int val1, int val2) { in Event()