/frameworks/support/car/src/main/java/androidx/car/widget/ |
H A D | PagedSmoothScroller.java | 53 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) { method in class:PagedSmoothScroller
|
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
H A D | RecyclerViewSmoothScrollerTest.java | 81 protected void onTargetFound(View targetView, RecyclerView.State state, method in class:RecyclerViewSmoothScrollerTest.MockSmoothScroller
|
H A D | RecyclerViewLayoutTest.java | 3154 protected void onTargetFound(View targetView, RecyclerView.State state, 5071 protected void onTargetFound(View targetView, RecyclerView.State state, 5073 super.onTargetFound(targetView, state, action);
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | SnapHelper.java | 229 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) {
|
H A D | LinearSmoothScroller.java | 109 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) { method in class:LinearSmoothScroller
|
H A D | PagerSnapHelper.java | 130 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) {
|
H A D | RecyclerView.java | 11469 * {@link #onTargetFound(android.view.View, RecyclerView.State, SmoothScroller.Action)} or 11538 * {@link #onTargetFound(android.view.View, RecyclerView.State, SmoothScroller.Action)} or 11617 onTargetFound(mTargetView, recyclerView.mState, mRecyclingAction); 11728 protected abstract void onTargetFound(@NonNull View targetView, @NonNull State state, method in class:RecyclerView.SmoothScroller
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LinearSmoothScroller.java | 111 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) { method in class:LinearSmoothScroller
|
H A D | RecyclerView.java | 10621 * {@link #onTargetFound(android.view.View, RecyclerView.State, SmoothScroller.Action)} or 10659 * {@link #onTargetFound(android.view.View, RecyclerView.State, SmoothScroller.Action)} or 10717 onTargetFound(mTargetView, recyclerView.mState, mRecyclingAction); 10825 protected abstract void onTargetFound(View targetView, State state, Action action); method in class:RecyclerView.SmoothScroller
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
H A D | GridLayoutManager.java | 221 // onTargetFound() may not be called if we hit the "wall" first or get cancelled. 258 protected void onTargetFound(View targetView, method in class:GridLayoutManager.GridLinearSmoothScroller
|