Searched refs:NANOS_TO_SECONDS (Results 1 – 1 of 1) sorted by relevance
27 private static final float NANOS_TO_SECONDS = 1e9f; field in Stroke66 return (float) getDurationNanos() / NANOS_TO_SECONDS; in getDurationSeconds()