Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java126 int previousChildIncrease = 0; in onMeasure() local
133 previousChildIncrease = previousView.getMeasuredHeight() - previousChildHeight; in onMeasure()
146 lp.bottomMargin + spacing + previousChildIncrease); in onMeasure()