Searched refs:totalLen (Results 1 – 2 of 2) sorted by relevance
163 int totalLen = length(); in startStreamAnimation() local164 int animLen = totalLen - pos; in startStreamAnimation()171 mStreamingAnimation.setIntValues(pos, totalLen); in startStreamAnimation()
388 float totalLen = computeTotalLength(points); in computeStraightness() local391 return (float) Math.sqrt(dx * dx + dy * dy) / totalLen; in computeStraightness()394 static float computeStraightness(float[] points, float totalLen) { in computeStraightness() argument397 return (float) Math.sqrt(dx * dx + dy * dy) / totalLen; in computeStraightness()