Home
last modified time | relevance | path

Searched defs: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
244 int boxInset = (int)(FACTOR * Math.max(right - left, bottom - top)); in layoutBoxChildren() local