Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt75 var isPulseExpanding = false regex
165 if (!can && (isPulseExpanding || qSExpanded)) {
194 isPulseExpanding || qSExpanded -> false
231 pw.println(" isPulseExpanding: $isPulseExpanding")
H A DNotificationIconAreaController.java695 if (visible && mWakeUpCoordinator.isPulseExpanding() in updateAodIconsVisibility()
H A DNotificationPanelViewController.java2546 if (!mNotificationStackScrollLayoutController.isPulseExpanding()) { in getKeyguardNotificationStaticPadding()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt161 pulseExpanding = stackScrollerController.isPulseExpanding
163 val nowExpanding = isPulseExpanding()
172 fun isPulseExpanding(): Boolean = mStackScrollerController.isPulseExpanding regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java280 return mDimmed && !(isPulseExpanding() && mDozeAmount == 1.0f); in isDimmed()
355 if (mDozeAmount == 1.0f && !isPulseExpanding()) { in getInnerHeight()
367 public boolean isPulseExpanding() { in isPulseExpanding() method in AmbientState
H A DStackScrollAlgorithm.java290 || (ambientState.isBypassEnabled() && ambientState.isPulseExpanding())) { in initAlgorithmState()
342 || (ambientState.isBypassEnabled() && ambientState.isPulseExpanding())) { in updatePositionsForState()
374 && (!ambientState.isBypassEnabled() || !ambientState.isPulseExpanding()) in getExpansionFractionWithoutShelf()
490 && ambientState.isOnKeyguard() && !ambientState.isPulseExpanding(); in updateChild()
573 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) { in updatePulsingStates()
H A DNotificationStackScrollLayoutController.java935 public boolean isPulseExpanding() { in isPulseExpanding() method in NotificationStackScrollLayoutController
936 return mView.isPulseExpanding(); in isPulseExpanding()
H A DNotificationStackScrollLayout.java820 shouldDrawBackground = isPulseExpanding(); in drawBackground()
1009 public boolean isPulseExpanding() { in isPulseExpanding() method in NotificationStackScrollLayout
1010 return mAmbientState.isPulseExpanding(); in isPulseExpanding()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt83 bypassController.isPulseExpanding = value
H A DNotificationShelf.java506 if (mAmbientState.isPulseExpanding()) {