Searched refs:setMeasureSpecs (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DWrapContentBasicTest.java209 public void setMeasureSpecs(int wSpec, int hSpec) { method in class:WrapContentBasicTest.WrapContentLayoutManager
210 super.setMeasureSpecs(wSpec, hSpec);
H A DBaseRecyclerViewInstrumentationTest.java732 public void setMeasureSpecs(int wSpec, int hSpec) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
733 super.setMeasureSpecs(wSpec, hSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2969 mLayout.setMeasureSpecs(widthSpec, heightSpec);
2979 mLayout.setMeasureSpecs(
6895 void setMeasureSpecs(int wSpec, int hSpec) { method in class:RecyclerView.LayoutManager
9608 setMeasureSpecs(
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java3288 mLayout.setMeasureSpecs(widthSpec, heightSpec);
3298 mLayout.setMeasureSpecs(
7444 void setMeasureSpecs(int wSpec, int hSpec) { method in class:RecyclerView.LayoutManager
10341 setMeasureSpecs(

Completed in 55 milliseconds