Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DLinearLayout.java1106 int alternativeMaxHeight = 0; in measureHorizontal() local
1269 alternativeMaxHeight = Math.max(alternativeMaxHeight, in measureHorizontal()
1405 alternativeMaxHeight = Math.max(alternativeMaxHeight, in measureHorizontal()
1445 alternativeMaxHeight = Math.max(alternativeMaxHeight, weightedMaxHeight); in measureHorizontal()
1471 maxHeight = alternativeMaxHeight; in measureHorizontal()