Home
last modified time | relevance | path

Searched refs:BASE_DEBOUNCE_TIME (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWiredChargingRippleController.kt46 private const val BASE_DEBOUNCE_TIME = 2000 constant
139 (now - lastTriggerTime!!) > BASE_DEBOUNCE_TIME * (2.0.pow(debounceLevel))) { in startRippleWithDebounce()