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.java111 int previousChildIncrease = 0; in onMeasure() local
118 previousChildIncrease = previousView.getMeasuredHeight() - previousChildHeight; in onMeasure()
131 lp.bottomMargin + spacing + previousChildIncrease); in onMeasure()