Searched defs:SmoothScroller (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1529 * {@link SmoothScroller}.
4653 final SmoothScroller smoothScroller = mLayout.mSmoothScroller;
6813 SmoothScroller mSmoothScroller;
7566 * <p>To support smooth scrolling, override this method, create your {@link SmoothScroller}
7567 * instance and call {@link #startSmoothScroll(SmoothScroller)}.
7579 * <p>Starts a smooth scroll using the provided SmoothScroller.</p>
7583 public void startSmoothScroll(SmoothScroller smoothScroller) {
9280 private void onSmoothScrollerStopped(SmoothScroller smoothScroller) {
10597 public abstract static class SmoothScroller { class in class:RecyclerView
10613 public SmoothScroller() { method in class:RecyclerView.SmoothScroller
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java1716 * {@link SmoothScroller}.
5002 final SmoothScroller smoothScroller = mLayout.mSmoothScroller;
7358 SmoothScroller mSmoothScroller;
8130 * <p>To support smooth scrolling, override this method, create your {@link SmoothScroller}
8131 * instance and call {@link #startSmoothScroll(SmoothScroller)}.
8143 * Starts a smooth scroll using the provided {@link SmoothScroller}.
8145 * <p>Each instance of SmoothScroller is intended to only be used once. Provide a new
8146 * SmoothScroller instance each time this method is called.
8152 public void startSmoothScroll(SmoothScroller smoothScroller) {
10004 private void onSmoothScrollerStopped(SmoothScroller smoothScrolle
11443 public abstract static class SmoothScroller { class in class:RecyclerView
11461 public SmoothScroller() { method in class:RecyclerView.SmoothScroller
[all...]

Completed in 72 milliseconds