Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java3096 mLayout.setMeasuredDimensionFromChildren(widthSpec, heightSpec); in onMeasure()
3107 mLayout.setMeasuredDimensionFromChildren(widthSpec, heightSpec); in onMeasure()
7045 void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren() method in RecyclerView.LayoutManager