Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1143 int weightedMaxHeight = 0; in measureHorizontal() local
1302 weightedMaxHeight = Math.max(weightedMaxHeight, in measureHorizontal()
1501 alternativeMaxHeight = Math.max(alternativeMaxHeight, weightedMaxHeight); in measureHorizontal()