Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DBaseStrokeContent.java199 float endLength = in applyTrimPath() local
208 if (endLength > totalLength && endLength - totalLength < currentLength + length && in applyTrimPath()
209 currentLength < endLength - totalLength) { in applyTrimPath()
218 float endValue = Math.min((endLength - totalLength) / length, 1); in applyTrimPath()
223 if (currentLength + length < startLength || currentLength > endLength) { in applyTrimPath()
225 } else if (currentLength + length <= endLength && startLength < currentLength) { in applyTrimPath()
235 if (endLength > currentLength + length) { in applyTrimPath()
238 endValue = (endLength - currentLength) / length; in applyTrimPath()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java819 int endLength = 260; // The longest rule string to test
821 for (int ruleLen=startLength; ruleLen <= endLength; ruleLen += increment) {
849 if (ruleLen == endLength) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITest.java822 int endLength = 260; // The longest rule string to test
824 for (int ruleLen=startLength; ruleLen <= endLength; ruleLen += increment) {
852 if (ruleLen == endLength) {
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp5047 const int32_t endLength = 260; // The longest rule string to test in TestTable_8_16_Bits() local
5048 const int32_t increment = this->quick ? endLength - startLength : 1; in TestTable_8_16_Bits()
5050 for (int32_t ruleLen=startLength; ruleLen <= endLength; ruleLen += increment) { in TestTable_8_16_Bits()
5083 if (ruleLen == endLength) { in TestTable_8_16_Bits()