Home | History | Annotate | Download | only in ui

Lines Matching refs:mLayoutManager

53     private final CarLayoutManager mLayoutManager;
128 mLayoutManager = new CarLayoutManager(context);
129 mLayoutManager.setOffsetRows(offsetRows);
130 mLayoutManager.setItemsChangedListener(mItemsChangedListener);
131 mRecyclerView.setLayoutManager(mLayoutManager);
135 mRecyclerView.setItemAnimator(new CarItemAnimator(mLayoutManager));
166 mLayoutManager.setRowOffsetMode(CarLayoutManager.ROW_OFFSET_MODE_PAGE);
176 mLayoutManager.setRowOffsetMode(CarLayoutManager.ROW_OFFSET_MODE_INDIVIDUAL);
183 return mLayoutManager.getPosition(v);
192 mLayoutManager.scrollToPosition(position);
218 return mLayoutManager;
297 View firstChild = mLayoutManager.getChildAt(0);
337 View focusedChild = mLayoutManager.getFocusedChild();
338 View firstBorn = mLayoutManager.getChildAt(0);
381 return mLayoutManager.findViewByPosition(position);
385 boolean isAtTop = mLayoutManager.isAtTop();
386 boolean isAtBottom = mLayoutManager.isAtBottom();
409 if (!mLayoutManager.isAtTop() && mLayoutManager.isAtBottom()) {
412 if (mLayoutManager.isAtTop() || !mLayoutManager.isAtBottom()) {