Searched refs:setMeasureSpecs (Results 1 – 3 of 3) sorted by relevance
214 public void setMeasureSpecs(int wSpec, int hSpec) { in setMeasureSpecs() method in WrapContentBasicTest.WrapContentLayoutManager215 super.setMeasureSpecs(wSpec, hSpec); in setMeasureSpecs()
730 public void setMeasureSpecs(int wSpec, int hSpec) { in setMeasureSpecs() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager731 super.setMeasureSpecs(wSpec, hSpec); in setMeasureSpecs()
2905 mLayout.setMeasureSpecs(widthSpec, heightSpec); in onMeasure()2915 mLayout.setMeasureSpecs( in onMeasure()6624 void setMeasureSpecs(int wSpec, int hSpec) { in setMeasureSpecs() method in RecyclerView.LayoutManager9294 setMeasureSpecs( in setExactMeasureSpecsFrom()