Searched refs:minLength (Results 1 – 2 of 2) sorted by relevance
25 final int minLength = thickness * 2; in getThumbLength() local27 if (length < minLength) { in getThumbLength()28 length = minLength; in getThumbLength()
36 float minLength = Math.min(expectedLength, pathMeasure.getLength()); in assertPathMatches() local40 float increment = minLength / 5f; in assertPathMatches()41 for (float along = 0; along <= minLength; along += increment) { in assertPathMatches()