Searched refs:boxInset (Results 1 – 1 of 1) sorted by relevance
173 int boxInset = (int) (FACTOR * Math.max(getMeasuredWidth(), getMeasuredHeight())); in onMeasure() local191 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() local282 paddingLeft = boxInset; in layoutBoxChildren()285 paddingRight = boxInset; in layoutBoxChildren()298 paddingRight = boxInset; in layoutBoxChildren()308 paddingLeft = boxInset; in layoutBoxChildren()[all …]