Searched defs:boxInset (Results 1 – 1 of 1) sorted by relevance
173 int boxInset = (int) (FACTOR * Math.max(getMeasuredWidth(), getMeasuredHeight())); in onMeasure() local244 int boxInset = (int)(FACTOR * Math.max(right - left, bottom - top)); in layoutBoxChildren() local