Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java112 int previousChildIncrease = 0; in onMeasure() local
119 previousChildIncrease = previousView.getMeasuredHeight() - previousChildHeight; in onMeasure()
132 lp.bottomMargin + spacing + previousChildIncrease); in onMeasure()