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

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java60 import com.android.internal.widget.RecyclerView.ItemAnimator.ItemHolderInfo;
90 * from the parent RecyclerView, either unmodified if no rebinding is required or modified
96 * <h4>Positions in RecyclerView:</h4>
98 * RecyclerView introduces an additional level of abstraction between the {@link Adapter} and
104 * For this reason, there are two types of <code>position</code> related methods in RecyclerView:
138 public class RecyclerView extends ViewGroup implements ScrollingView, NestedScrollingChild { class in inherits:ViewGroup,ScrollingView,NestedScrollingChild
140 static final String TAG = "RecyclerView";
159 * this value might be garbage. To save LayoutManagers from it, RecyclerView sets the size to
198 * that the RecyclerView should use the standard touch slop for smooth,
205 * that the RecyclerView shoul
528 public RecyclerView(Context context) { method in class:RecyclerView
532 public RecyclerView(Context context, @Nullable AttributeSet attrs) { method in class:RecyclerView
536 public RecyclerView(Context context, @Nullable AttributeSet attrs, int defStyle) { method in class:RecyclerView
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java59 import android.support.v7.widget.RecyclerView.ItemAnimator.ItemHolderInfo;
106 * from the parent RecyclerView, either unmodified if no rebinding is required or modified
112 * <h4>Positions in RecyclerView:</h4>
114 * RecyclerView introduces an additional level of abstraction between the {@link Adapter} and
120 * For this reason, there are two types of <code>position</code> related methods in RecyclerView:
154 public class RecyclerView extends ViewGroup implements ScrollingView, NestedScrollingChild2 { class in inherits:ViewGroup,ScrollingView,NestedScrollingChild2
156 static final String TAG = "RecyclerView";
178 * this value might be garbage. To save LayoutManagers from it, RecyclerView sets the size to
217 * that the RecyclerView should use the standard touch slop for smooth,
224 * that the RecyclerView shoul
553 public RecyclerView(Context context) { method in class:RecyclerView
557 public RecyclerView(Context context, @Nullable AttributeSet attrs) { method in class:RecyclerView
561 public RecyclerView(Context context, @Nullable AttributeSet attrs, int defStyle) { method in class:RecyclerView
[all...]

Completed in 1216 milliseconds