Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java261 int childTop; in layoutBoxChildren() local
326 childTop = parentTop + lp.topMargin; in layoutBoxChildren()
332 childTop = 0; in layoutBoxChildren()
334 childTop = parentTop + lp.topMargin; in layoutBoxChildren()
338 childTop = parentTop + (parentBottom - parentTop - height) / 2 + in layoutBoxChildren()
344 childTop = bottom - top - height; in layoutBoxChildren()
346 childTop = parentBottom - height - lp.bottomMargin; in layoutBoxChildren()
350 childTop = parentTop + lp.topMargin; in layoutBoxChildren()
355 child.layout(childLeft, childTop, childLeft + width, childTop + height); in layoutBoxChildren()