Searched refs:NANOS_TO_SECONDS (Results 1 – 2 of 2) sorted by relevance
24 private final float NANOS_TO_SECONDS = 1e9f; field in SpeedClassifier36 float duration = (float) stroke.getDurationNanos() / NANOS_TO_SECONDS; in getFalseTouchEvaluation()
26 private final float NANOS_TO_SECONDS = 1e9f; field in Stroke65 return (float) getDurationNanos() / NANOS_TO_SECONDS; in getDurationSeconds()