Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DLineWrapLayout.java159 int startPositionY = y + layoutParams.topMargin; // default to top gravity in onLayout() local
165 startPositionY = y + lineHeight - childHeight - layoutParams.bottomMargin; in onLayout()
169 startPositionY = y + (lineHeight - childHeight) / 2; in onLayout()
176 currChild.layout(width - startPositionX - childWidth, startPositionY, in onLayout()
177 width - startPositionX, startPositionY + childHeight); in onLayout()
179 currChild.layout(startPositionX, startPositionY, startPositionX + childWidth, in onLayout()
180 startPositionY + childHeight); in onLayout()