Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActionMenuView.java406 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) - in measureChildForCells() local
409 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode); in measureChildForCells()
/frameworks/base/core/java/android/widget/
DActionMenuView.java402 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) - in measureChildForCells() local
405 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode); in measureChildForCells()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java1376 int childHeightSize = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();
1403 int heightSize = childHeightSize;
1421 childHeightSize -= child.getMeasuredHeight();
1430 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
DViewPager.java1564 int childHeightSize = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();
1591 int heightSize = childHeightSize;
1609 childHeightSize -= child.getMeasuredHeight();
1618 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);