Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DLineWrapLayout.java71 int childMeasuredWidth = currChild.getMeasuredWidth() + startMargin + endMargin; in onMeasure() local
75 if ((x + childMeasuredWidth) > widthSize) { in onMeasure()
84 x += childMeasuredWidth; in onMeasure()
85 currLineWidth += childMeasuredWidth; in onMeasure()