Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java115 int previousChildHeight = 0; in onMeasure() local
132 previousTotalHeight - previousChildHeight); in onMeasure()
133 previousChildIncrease = previousView.getMeasuredHeight() - previousChildHeight; in onMeasure()
163 previousChildHeight = childHeight; in onMeasure()
181 previousTotalHeight - previousChildHeight); in onMeasure()