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

  /frameworks/base/core/java/com/android/internal/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 60 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:
136 public class RecyclerView extends ViewGroup implements ScrollingView, NestedScrollingChild {
138 static final String TAG = "RecyclerView";
157 * this value might be garbage. To save LayoutManagers from it, RecyclerView sets the size to
196 * that the RecyclerView should use the standard touch slop for smooth,
203 * that the RecyclerView should use the standard touch slop for scrollin
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerViewAccessibilityDelegate.java 17 package androidx.recyclerview.widget;
28 * The AccessibilityDelegate used by RecyclerView.
33 final RecyclerView mRecyclerView;
37 public RecyclerViewAccessibilityDelegate(@NonNull RecyclerView recyclerView) {
38 mRecyclerView = recyclerView;
61 info.setClassName(RecyclerView.class.getName());
70 event.setClassName(RecyclerView.class.getName());
71 if (host instanceof RecyclerView && !shouldIgnore()) {
72 RecyclerView rv = (RecyclerView) host
    [all...]
RecyclerView.java 18 package androidx.recyclerview.widget;
80 import androidx.recyclerview.R;
81 import androidx.recyclerview.widget.RecyclerView.ItemAnimator.ItemHolderInfo;
113 * from the parent RecyclerView, either unmodified if no rebinding is required or modified
119 * <h4>Positions in RecyclerView:</h4>
121 * RecyclerView introduces an additional level of abstraction between the {@link Adapter} and
127 * For this reason, there are two types of <code>position</code> related methods in RecyclerView:
159 * @attr ref androidx.recyclerview.R.styleable#RecyclerView_layoutManager
161 public class RecyclerView extends ViewGroup implements ScrollingView, NestedScrollingChild2
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
BaseWrapContentWithAspectRatioTest.java 16 package androidx.recyclerview.widget;
18 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
19 import static androidx.recyclerview.widget.LinearLayoutManager.VERTICAL;
163 RecyclerView.LayoutManager.chooseSize(wSpec, desiredW, 0),
164 RecyclerView.LayoutManager.chooseSize(hSpec, desiredH, 0));
187 static class WrapContentViewHolder extends RecyclerView.ViewHolder {
198 static class WrapContentAdapter extends RecyclerView.Adapter<WrapContentViewHolder> {
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 81 milliseconds