Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DLinearLayout.java1107 int weightedMaxHeight = 0; in measureHorizontal() local
1266 weightedMaxHeight = Math.max(weightedMaxHeight, in measureHorizontal()
1445 alternativeMaxHeight = Math.max(alternativeMaxHeight, weightedMaxHeight); in measureHorizontal()