Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt79 var isPulseExpanding = false regex
183 if (!can && (isPulseExpanding || qsExpanded)) {
212 isPulseExpanding || qsExpanded -> false
242 pw.println(" isPulseExpanding: $isPulseExpanding")
H A DLegacyNotificationIconAreaControllerImpl.java635 if (visible && mWakeUpCoordinator.isPulseExpanding() in updateAodIconsVisibility()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientStateTest.kt324 assertThat(sut.isPulseExpanding).isTrue()
332 assertThat(sut.isPulseExpanding).isFalse()
340 assertThat(sut.isPulseExpanding).isFalse()
348 assertThat(sut.isPulseExpanding).isFalse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt204 pulseExpanding = stackScrollerController.isPulseExpanding
206 val nowExpanding = isPulseExpanding()
215 fun isPulseExpanding(): Boolean = mStackScrollerController.isPulseExpanding regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java367 return mDimmed && !(isPulseExpanding() && mDozeAmount == 1.0f); in isDimmed()
438 if (mDozeAmount == 1.0f && !isPulseExpanding()) { in getInnerHeight()
450 public boolean isPulseExpanding() { in isPulseExpanding() method in AmbientState
H A DStackScrollAlgorithm.java394 || (ambientState.isBypassEnabled() && ambientState.isPulseExpanding())) { in initAlgorithmState()
455 || (ambientState.isBypassEnabled() && ambientState.isPulseExpanding())) { in updatePositionsForState()
487 && (!ambientState.isBypassEnabled() || !ambientState.isPulseExpanding()) in getExpansionFractionWithoutShelf()
605 && ambientState.isOnKeyguard() && !ambientState.isPulseExpanding();
713 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) { in updatePulsingStates()
H A DNotificationStackScrollLayoutController.java965 public boolean isPulseExpanding() { in isPulseExpanding() method in NotificationStackScrollLayoutController
966 return mView.isPulseExpanding(); in isPulseExpanding()
H A DNotificationStackScrollLayout.java919 shouldDrawBackground = isPulseExpanding(); in drawBackground()
1105 public boolean isPulseExpanding() { in isPulseExpanding() method in NotificationStackScrollLayout
1106 return mAmbientState.isPulseExpanding(); in isPulseExpanding()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt87 bypassController.isPulseExpanding = value
H A DNotificationShelf.java698 if (mAmbientState.isPulseExpanding()) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt646 if (visible && wakeUpCoordinator.isPulseExpanding() && !bypassController.bypassEnabled) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2405 if (!mNotificationStackScrollLayoutController.isPulseExpanding()) { in getKeyguardNotificationStaticPadding()