Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java246 final int parentLeft = getPaddingLeft() + mForegroundPadding.left; in layoutBoxChildren() local
287 childLeft = parentLeft + lp.leftMargin; in layoutBoxChildren()
291 childLeft = parentLeft + (parentRight - parentLeft - width) / 2 + in layoutBoxChildren()
311 childLeft = parentLeft + lp.leftMargin; in layoutBoxChildren()