Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1506 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument
1517 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()
1519 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained()
1520 heightConstraint; in measureChildConstrained()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1506 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument
1517 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()
1519 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained()
1520 heightConstraint; in measureChildConstrained()