Searched defs:onTargetFound (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedSmoothScroller.java53 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 DRecyclerViewSmoothScrollerTest.java81 protected void onTargetFound(View targetView, RecyclerView.State state, method in class:RecyclerViewSmoothScrollerTest.MockSmoothScroller
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearSmoothScroller.java111 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) { method in class:LinearSmoothScroller
H A DRecyclerView.java10621 * {@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/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearSmoothScroller.java109 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) { method in class:LinearSmoothScroller
H A DRecyclerView.java11469 * {@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/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java221 // 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

Completed in 185 milliseconds