HomeSort by relevance Sort by last modified time
    Searched defs:RecyclerView (Results 1 - 5 of 5) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerViewAccessibilityDelegate.java 26 * The AccessibilityDelegate used by RecyclerView.
31 final RecyclerView mRecyclerView;
34 public RecyclerViewAccessibilityDelegate(RecyclerView recyclerView) {
35 mRecyclerView = recyclerView;
57 info.setClassName(RecyclerView.class.getName());
66 event.setClassName(RecyclerView.class.getName());
67 if (host instanceof RecyclerView && !shouldIgnore()) {
68 RecyclerView rv = (RecyclerView) host
    [all...]
RecyclerView.java 54 import android.support.v7.recyclerview.R;
55 import android.support.v7.widget.RecyclerView.ItemAnimator.ItemHolderInfo;
102 * from the parent RecyclerView, either unmodified if no rebinding is required or modified
108 * <h4>Positions in RecyclerView:</h4>
110 * RecyclerView introduces an additional level of abstraction between the {@link Adapter} and
116 * For this reason, there are two types of <code>position</code> related methods in RecyclerView:
148 * @attr ref android.support.v7.recyclerview.R.styleable#RecyclerView_layoutManager
150 public class RecyclerView extends ViewGroup implements ScrollingView, NestedScrollingChild {
152 private static final String TAG = "RecyclerView";
172 * this value might be garbage. To save LayoutManagers from it, RecyclerView sets the size t
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentWithAspectRatioTest.java 161 RecyclerView.LayoutManager.chooseSize(wSpec, desiredW, 0),
162 RecyclerView.LayoutManager.chooseSize(hSpec, desiredH, 0));
185 static class WrapContentViewHolder extends RecyclerView.ViewHolder {
196 static class WrapContentAdapter extends RecyclerView.Adapter<WrapContentViewHolder> {
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release.jar 

Completed in 558 milliseconds