Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBrowseRowsFrameLayout.java45 int parentHeightMeasureSpec, int heightUsed) { in measureChildWithMargins() argument
50 getPaddingTop() + getPaddingBottom() + heightUsed, lp.height); in measureChildWithMargins()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java670 int heightUsed = getPaddingTop() + getPaddingBottom();
678 measureChildWithMargins(child, widthSpec, widthPadding, heightSpec, heightUsed);
679 heightUsed += lp.topMargin + child.getMeasuredHeight() + lp.bottomMargin;
683 final int alwaysShowHeight = heightUsed;
690 measureChildWithMargins(child, widthSpec, widthPadding, heightSpec, heightUsed);
691 heightUsed += lp.topMargin + child.getMeasuredHeight() + lp.bottomMargin;
697 heightUsed - alwaysShowHeight - getMaxCollapsedHeight());
698 mUncollapsibleHeight = heightUsed - mCollapsibleHeight;
719 mTopOffset = Math.max(0, heightSize - heightUsed) + (int) mCollapseOffset;
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java606 int parentHeightMeasureSpec, int heightUsed) { in onMeasureChild() argument
608 parentHeightMeasureSpec, heightUsed); in onMeasureChild()
630 int heightUsed = getSuggestedMinimumHeight(); in onMeasure() local
681 heightUsed = Math.max(heightUsed, heightPadding + child.getMeasuredHeight() + in onMeasure()
689 final int height = ViewCompat.resolveSizeAndState(heightUsed, heightMeasureSpec, in onMeasure()
1836 int parentHeightMeasureSpec, int heightUsed) { in onMeasureChild() argument
DAppBarLayout.java1204 int parentHeightMeasureSpec, int heightUsed) { in onMeasureChild() argument
1239 widthUsed, heightMeasureSpec, heightUsed); in onMeasureChild()
/frameworks/base/core/java/android/widget/
DToolbar.java1171 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument
1179 + heightUsed, lp.height); in measureChildConstrained()
1196 int parentHeightMeasureSpec, int heightUsed, int[] collapsingMargins) { in measureChildCollapseMargins() argument
1211 + heightUsed, lp.height); in measureChildCollapseMargins()
DHorizontalScrollView.java1250 int parentHeightMeasureSpec, int heightUsed) { in measureChildWithMargins() argument
1255 + heightUsed, lp.height); in measureChildWithMargins()
DScrollView.java1274 int parentHeightMeasureSpec, int heightUsed) { in measureChildWithMargins() argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1183 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument
1191 + heightUsed, lp.height); in measureChildConstrained()
1208 int parentHeightMeasureSpec, int heightUsed, int[] collapsingMargins) { in measureChildCollapseMargins() argument
1223 + heightUsed, lp.height); in measureChildCollapseMargins()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java6891 public void measureChild(View child, int widthUsed, int heightUsed) { in measureChild() argument
6896 heightUsed += insets.top + insets.bottom; in measureChild()
6902 getPaddingTop() + getPaddingBottom() + heightUsed, lp.height, in measureChild()
6919 public void measureChildWithMargins(View child, int widthUsed, int heightUsed) { in measureChildWithMargins() argument
6924 heightUsed += insets.top + insets.bottom; in measureChildWithMargins()
6932 lp.topMargin + lp.bottomMargin + heightUsed, lp.height, in measureChildWithMargins()
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java1326 int parentHeightMeasureSpec, int heightUsed) { in measureChildWithMargins() argument
/frameworks/base/core/java/android/view/
DViewGroup.java5941 int parentHeightMeasureSpec, int heightUsed) { in measureChildWithMargins() argument
5949 + heightUsed, lp.height); in measureChildWithMargins()