Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/util/
DScrollBarUtils.java25 final int minLength = thickness * 2; in getThumbLength() local
27 if (length < minLength) { in getThumbLength()
28 length = minLength; in getThumbLength()
/cts/tests/tests/transition/src/android/transition/cts/
DPathMotionTest.java36 float minLength = Math.min(expectedLength, pathMeasure.getLength()); in assertPathMatches() local
40 float increment = minLength / 5f; in assertPathMatches()
41 for (float along = 0; along <= minLength; along += increment) { in assertPathMatches()