Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java101 int previousChildHeight = 0; in onMeasure() local
118 previousTotalHeight - previousChildHeight); in onMeasure()
119 previousChildIncrease = previousView.getMeasuredHeight() - previousChildHeight; in onMeasure()
149 previousChildHeight = childHeight; in onMeasure()
167 previousTotalHeight - previousChildHeight); in onMeasure()