Searched refs:MAX_SAMPLE_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
32 private static final long MAX_SAMPLE_INTERVAL_MS = 200; field in InputSmoother54 if (last != null && nowMs - last.millis > MAX_SAMPLE_INTERVAL_MS) { in onInput()