Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DLineWrapLayout.java59 int currLineHeight = 0; in onMeasure() local
77 height += currLineHeight; in onMeasure()
78 currLineHeight = 0; in onMeasure()
86 currLineHeight = Math.max(currLineHeight, childMeasuredHeight); in onMeasure()
90 height += currLineHeight; in onMeasure()
106 int currLineHeight = 0; in onLayout() local
123 lineHeights.add(currLineHeight); in onLayout()
124 currLineHeight = 0; in onLayout()
128 currLineHeight = Math.max(currLineHeight, childHeight + layoutParams.topMargin + in onLayout()
133 lineHeights.add(currLineHeight); in onLayout()
[all …]