Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt44 var isPulseExpanding = false variable in com.android.systemui.statusbar.phone.KeyguardBypassController
105 if (!can && (isPulseExpanding || qSExpanded)) { in onBiometricAuthenticated()
131 isPulseExpanding || qSExpanded -> false in canBypass()
162 pw.print(" isPulseExpanding: "); pw.println(isPulseExpanding) in dump()
DNotificationIconAreaController.java598 if (visible && mWakeUpCoordinator.isPulseExpanding()) { in updateAodIconsVisibility()
DNotificationPanelView.java1900 if (!mNotificationStackScroller.isPulseExpanding()) { in getKeyguardNotificationStaticPadding()
1923 && mNotificationStackScroller.isPulseExpanding()); in updateQSPulseExpansion()
2249 && mNotificationStackScroller.isPulseExpanding()) { in getHeaderTranslation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt165 pulseExpanding = stackScroller.isPulseExpanding in setStackScroller()
167 val nowExpanding = isPulseExpanding() in setStackScroller()
176 fun isPulseExpanding(): Boolean = mStackScroller.isPulseExpanding in isPulseExpanding() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java220 return mDimmed && !(isPulseExpanding() && mDozeAmount == 1.0f); in isDimmed()
288 if (mDozeAmount == 1.0f && !isPulseExpanding()) { in getInnerHeight()
300 public boolean isPulseExpanding() { in isPulseExpanding() method in AmbientState
DStackScrollAlgorithm.java502 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) {
DNotificationStackScrollLayout.java853 shouldDrawBackground = isPulseExpanding();
1011 public boolean isPulseExpanding() {
1012 return mAmbientState.isPulseExpanding();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt77 bypassController.isPulseExpanding = value in <lambda>()
DNotificationShelf.java498 if (mAmbientState.isPulseExpanding()) {