Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java173 int boxInset = (int) (FACTOR * Math.max(getMeasuredWidth(), getMeasuredHeight())); in onMeasure() local
191 totalPadding += boxInset; in onMeasure()
196 totalPadding += boxInset; in onMeasure()
213 totalPadding += boxInset; in onMeasure()
218 totalPadding += boxInset; in onMeasure()
244 int boxInset = (int)(FACTOR * Math.max(right - left, bottom - top)); in layoutBoxChildren() local
282 paddingLeft = boxInset; in layoutBoxChildren()
285 paddingRight = boxInset; in layoutBoxChildren()
298 paddingRight = boxInset; in layoutBoxChildren()
308 paddingLeft = boxInset; in layoutBoxChildren()
[all …]