Home | History | Annotate | Download | only in view

Lines Matching defs:layoutManager

188         setLayoutManager(new LayoutManager());
270 setLayoutManager(new LayoutManager());
593 LayoutManager layoutManager = (LayoutManager) getLayoutManager();
594 layoutManager.setCustomSmoothScroller(smoothScroller);
596 layoutManager.clearCustomSmoothScroller();
796 LayoutManager layoutManager = (LayoutManager) getLayoutManager();
797 int count = layoutManager.getChildCount();
803 int index = layoutManager.findCenterViewIndex();
805 final View view = layoutManager.getChildAt(i);
823 private class LayoutManager extends RecyclerView.LayoutManager {
839 // LayoutManager.getChildCount/getChildAt instead of View.getChildCount/getChildAt and
1305 private final LayoutManager mLayoutManager;
1307 public SmoothScroller(Context context, WearableListView.LayoutManager manager) {