Searched defs:llm (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DScrollToPositionWithAutoMeasure.java44 LinearLayoutManager llm = new LinearLayoutManager(getActivity());
45 llm.ensureLayoutState();
46 test(llm, llm.mOrientationHelper);
63 public void test(final RecyclerView.LayoutManager llm, argument
66 recyclerView.setLayoutManager(llm);
74 View lastChild = llm.getChildAt(llm.getChildCount() - 1);
77 llm.scrollToPosition(targetPos);
97 llm
[all...]

Completed in 58 milliseconds