Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java250 final int parentBottom = bottom - top - getPaddingBottom() - mForegroundPadding.bottom; in layoutBoxChildren() local
338 childTop = parentTop + (parentBottom - parentTop - height) / 2 + in layoutBoxChildren()
346 childTop = parentBottom - height - lp.bottomMargin; in layoutBoxChildren()