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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DWrapContentBasicTest.java206 public void setExactMeasureSpecsFrom(RecyclerView recyclerView) { method in class:WrapContentBasicTest.WrapContentLayoutManager
207 super.setExactMeasureSpecsFrom(recyclerView);
H A DBaseRecyclerViewInstrumentationTest.java723 public void setExactMeasureSpecsFrom(RecyclerView recyclerView) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
724 super.setExactMeasureSpecsFrom(recyclerView);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3259 mLayout.setExactMeasureSpecsFrom(this);
3265 mLayout.setExactMeasureSpecsFrom(this);
3269 mLayout.setExactMeasureSpecsFrom(this);
9614 void setExactMeasureSpecsFrom(RecyclerView recyclerView) { method in class:RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java3407 mLayout.setExactMeasureSpecsFrom(this);
3413 mLayout.setExactMeasureSpecsFrom(this);
3417 mLayout.setExactMeasureSpecsFrom(this);
9996 void setExactMeasureSpecsFrom(RecyclerView recyclerView) { method in class:RecyclerView.LayoutManager

Completed in 138 milliseconds