Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardTransitionAuditLogger.kt30 import kotlinx.coroutines.flow.debounce
72 sharedNotificationContainerViewModel.bounds.debounce(20L).collect { in start()
125 keyguardRootViewModel.burnInModel.debounce(20L).collect { in start()
DFromDozingTransitionInteractor.kt39 import kotlinx.coroutines.flow.debounce in <lambda>()
118 .debounce(50L) in <lambda>()
DFromAodTransitionInteractor.kt40 import kotlinx.coroutines.flow.debounce in <lambda>()
93 .debounce(50L) in <lambda>()
DFromDreamingTransitionInteractor.kt42 import kotlinx.coroutines.flow.debounce in <lambda>()
152 .debounce(100.milliseconds), in <lambda>()
DKeyguardInteractor.kt70 import kotlinx.coroutines.flow.debounce in <lambda>()
230 .debounce(50L) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/ui/viewmodel/
DConnectingDisplayViewModel.kt39 import kotlinx.coroutines.flow.debounce in <lambda>()
78 .debounce(200.milliseconds) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DSharedNotificationContainerInteractor.kt35 import kotlinx.coroutines.flow.debounce in <lambda>()
58 val notificationStackChanged = _notificationStackChanged.debounce(20L) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemStatusAnimationSchedulerImpl.kt37 import kotlinx.coroutines.flow.debounce in <lambda>()
116 .debounce(DEBOUNCE_DELAY) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java789 long debounce) { in PluginSensor() argument
793 mDebounce = debounce; in PluginSensor()