Searched refs:getTotalLength (Results 1 – 8 of 8) sorted by relevance
36 if (stroke.getTotalLength() == 0.0f) { in getFalseTouchEvaluation()39 ratio = stroke.getEndPointLength() / stroke.getTotalLength(); in getFalseTouchEvaluation()
37 return LengthCountEvaluator.evaluate(stroke.getTotalLength() in getFalseTouchEvaluation()
40 return SpeedEvaluator.evaluate(stroke.getTotalLength() / duration); in getFalseTouchEvaluation()
52 public float getTotalLength() { in getTotalLength() method in Stroke
43 public int getTotalLength() { in getTotalLength() method in UsbACHeaderInterface53 canvas.writeListItem("Total Length: " + getTotalLength()); in report()
53 public int getTotalLength() { in getTotalLength() method in UsbConfigDescriptor
132 return pathMeasure.mOriginalPathIterator.iterator().getTotalLength(); in native_getLength()
481 public float getTotalLength() { in getTotalLength() method in CachedPathIteratorFactory.CachedPathIterator