Home
last modified time | relevance | path

Searched defs:heightSpec (Results 1 – 4 of 4) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DWrapContentBasicTest.java214 public void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren()
219 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild()
225 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, in shouldMeasureChild()
DBaseRecyclerViewInstrumentationTest.java786 public void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren()
791 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild()
797 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, in shouldMeasureChild()
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java4182 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
4281 void defaultOnMeasure(int widthSpec, int heightSpec) { in defaultOnMeasure()
8771 void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren()
10278 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChild() local
10292 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild()
10307 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldMeasureChild()
10378 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChildWithMargins() local
11229 int heightSpec) { in onMeasure()
DGridLayoutManager.java1444 private void measureChildWithDecorationsAndMargin(View child, int widthSpec, int heightSpec, in measureChildWithDecorationsAndMargin()