Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java44 private static float FACTOR = 0.146467f; //(1 - sqrt(2)/2)/2 field in BoxInsetLayout
173 int boxInset = (int) (FACTOR * Math.max(getMeasuredWidth(), getMeasuredHeight())); in onMeasure()
244 int boxInset = (int)(FACTOR * Math.max(right - left, bottom - top)); in layoutBoxChildren()