Searched refs:FACTOR (Results 1 – 1 of 1) sorted by relevance
44 private static float FACTOR = 0.146467f; //(1 - sqrt(2)/2)/2 field in BoxInsetLayout173 int boxInset = (int) (FACTOR * Math.max(getMeasuredWidth(), getMeasuredHeight())); in onMeasure()244 int boxInset = (int)(FACTOR * Math.max(right - left, bottom - top)); in layoutBoxChildren()