Home | History | Annotate | Download | only in helper

Lines Matching refs:lm

710         RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager();
716 lm.calculateItemDecorationsForChild(mSelected.itemView, mTmpRect);
717 if (lm.canScrollHorizontally()) {
731 if (lm.canScrollVertically()) {
780 final RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager();
781 final int childCount = lm.getChildCount();
783 View other = lm.getChildAt(i);
914 final RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager();
927 if (absDx > absDy && lm.canScrollHorizontally()) {
929 } else if (absDy > absDx && lm.canScrollVertically()) {