Home
last modified time | relevance | path

Searched refs:setMeasureSpecs (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DWrapContentBasicTest.java214 public void setMeasureSpecs(int wSpec, int hSpec) { in setMeasureSpecs() method in WrapContentBasicTest.WrapContentLayoutManager
215 super.setMeasureSpecs(wSpec, hSpec); in setMeasureSpecs()
DBaseRecyclerViewInstrumentationTest.java730 public void setMeasureSpecs(int wSpec, int hSpec) { in setMeasureSpecs() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
731 super.setMeasureSpecs(wSpec, hSpec); in setMeasureSpecs()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java2905 mLayout.setMeasureSpecs(widthSpec, heightSpec); in onMeasure()
2915 mLayout.setMeasureSpecs( in onMeasure()
6624 void setMeasureSpecs(int wSpec, int hSpec) { in setMeasureSpecs() method in RecyclerView.LayoutManager
9294 setMeasureSpecs( in setExactMeasureSpecsFrom()