Home
last modified time | relevance | path

Searched refs:minLength (Results 1 – 3 of 3) 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()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DResetPasswordWithTokenTest.java1009 private void setComplexPasswordRestrictions(int minLength, int minSymbols, int minNonLetter, in setComplexPasswordRestrictions() argument
1012 dpm.setPasswordMinimumLength(sDeviceState.dpc().componentName(), minLength); in setComplexPasswordRestrictions() local