Searched refs:BASE_DEBOUNCE_TIME (Results 1 – 1 of 1) sorted by relevance
46 private const val BASE_DEBOUNCE_TIME = 2000 constant139 (now - lastTriggerTime!!) > BASE_DEBOUNCE_TIME * (2.0.pow(debounceLevel))) { in startRippleWithDebounce()