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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java56 import android.support.v7.widget.RecyclerView.ItemAnimator.ItemHolderInfo;
103 * from the parent RecyclerView, either unmodified if no rebinding is required or modified
109 * <h4>Positions in RecyclerView:</h4>
111 * RecyclerView introduces an additional level of abstraction between the {@link Adapter} and
117 * For this reason, there are two types of <code>position</code> related methods in RecyclerView:
151 public class RecyclerView extends ViewGroup implements ScrollingView, NestedScrollingChild { class in inherits:ViewGroup,ScrollingView,NestedScrollingChild
153 private static final String TAG = "RecyclerView";
173 * this value might be garbage. To save LayoutManagers from it, RecyclerView sets the size to
188 * that the RecyclerView should use the standard touch slop for smooth,
195 * that the RecyclerView shoul
474 public RecyclerView(Context context) { method in class:RecyclerView
478 public RecyclerView(Context context, @Nullable AttributeSet attrs) { method in class:RecyclerView
482 public RecyclerView(Context context, @Nullable AttributeSet attrs, int defStyle) { method in class:RecyclerView
[all...]

Completed in 368 milliseconds