Searched refs:minLength (Results 1 – 3 of 3) 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()
1009 private void setComplexPasswordRestrictions(int minLength, int minSymbols, int minNonLetter, in setComplexPasswordRestrictions() argument1012 dpm.setPasswordMinimumLength(sDeviceState.dpc().componentName(), minLength); in setComplexPasswordRestrictions() local