Home
last modified time | relevance | path

Searched defs:isPulseExpanding (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DPulseExpansionRepository.kt32 val isPulseExpanding: MutableStateFlow<Boolean> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DPulseExpansionInteractor.kt36 val isPulseExpanding: StateFlow<Boolean> = constant
DKeyguardBypassInteractor.kt78 isPulseExpanding, in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt99 var isPulseExpanding = false in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt231 fun isPulseExpanding(): Boolean = stackScrollerController.isPulseExpanding in isPulseExpanding() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java564 public boolean isPulseExpanding() { in isPulseExpanding() method in AmbientState
DNotificationStackScrollLayoutController.java1079 public boolean isPulseExpanding() { in isPulseExpanding() method in NotificationStackScrollLayoutController
DNotificationStackScrollLayout.java1022 public boolean isPulseExpanding() { in isPulseExpanding() method in NotificationStackScrollLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModel.kt378 isPulseExpanding -> in <lambda>() method