Home
last modified time | relevance | path

Searched defs:widthSpec (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()
10275 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), 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()
10374 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChildWithMargins() local
11228 public void onMeasure(@NonNull Recycler recycler, @NonNull State state, int widthSpec, in onMeasure()
DGridLayoutManager.java1444 private void measureChildWithDecorationsAndMargin(View child, int widthSpec, int heightSpec, in measureChildWithDecorationsAndMargin()