Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationsKeyguardInteractor.kt40 fun setPulseExpanding(pulseExpanding: Boolean) { in setPulseExpanding()
41 repository.isPulseExpanding.value = pulseExpanding in setPulseExpanding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt95 private var pulseExpanding: Boolean = false variable
221 pulseExpanding = stackScrollerController.isPulseExpanding in setStackScroller()
224 val changed = nowExpanding != pulseExpanding in setStackScroller()
225 pulseExpanding = nowExpanding in setStackScroller()
233 listener.onPulseExpandingChanged(pulseExpanding) in setStackScroller()
235 notifsKeyguardInteractor.setPulseExpanding(pulseExpanding) in setStackScroller()
652 pw.println("pulseExpanding: $pulseExpanding") in shouldAnimateVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModel.kt328 pulseExpanding: AnimatedValue<Boolean>, in <lambda>() method
339 zip(notifsFullyHidden, pulseExpanding) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1253 boolean pulseExpanding = mPulseExpansionHandler.isExpanding(); in applyClippingImmediately()
1255 || pulseExpanding || (mClippingAnimator != null in applyClippingImmediately()
1257 if (pulseExpanding || mIsPulseExpansionResettingAnimator) { in applyClippingImmediately()