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.java719 public void setExactMeasureSpecsFrom(RecyclerView recyclerView) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
720 super.setExactMeasureSpecsFrom(recyclerView);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3257 mLayout.setExactMeasureSpecsFrom(this);
3263 mLayout.setExactMeasureSpecsFrom(this);
3267 mLayout.setExactMeasureSpecsFrom(this);
9607 void setExactMeasureSpecsFrom(RecyclerView recyclerView) { method in class:RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java3435 mLayout.setExactMeasureSpecsFrom(this);
3441 mLayout.setExactMeasureSpecsFrom(this);
3445 mLayout.setExactMeasureSpecsFrom(this);
10030 void setExactMeasureSpecsFrom(RecyclerView recyclerView) { method in class:RecyclerView.LayoutManager

Completed in 151 milliseconds