Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1482 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument
1493 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()
1495 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained()
1496 heightConstraint; in measureChildConstrained()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1499 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument
1510 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()
1512 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained()
1513 heightConstraint; in measureChildConstrained()