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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java93 * from the parent RecyclerView, either unmodified if no rebinding is required or modified
99 * <h4>Positions in RecyclerView:</h4>
101 * RecyclerView introduces an additional level of abstraction between the {@link Adapter} and
107 * For this reason, there are two types of <code>position</code> related methods in RecyclerView:
141 public class RecyclerView extends ViewGroup implements ScrollingView, NestedScrollingChild { class in inherits:ViewGroup,ScrollingView,NestedScrollingChild
143 private static final String TAG = "RecyclerView";
167 * that the RecyclerView should use the standard touch slop for smooth,
174 * that the RecyclerView should use the standard touch slop for scrolling
182 * RecyclerView is calculating a scroll.
183 * If there are too many of these in Systrace, some Views inside RecyclerView migh
404 public RecyclerView(Context context) { method in class:RecyclerView
408 public RecyclerView(Context context, @Nullable AttributeSet attrs) { method in class:RecyclerView
412 public RecyclerView(Context context, @Nullable AttributeSet attrs, int defStyle) { method in class:RecyclerView
[all...]

Completed in 897 milliseconds