Searched refs:isPulseExpanding (Results 1 – 9 of 9) sorted by relevance
57 var isPulseExpanding = false variable in com.android.systemui.statusbar.phone.KeyguardBypassController129 if (!can && (isPulseExpanding || qSExpanded)) { in onBiometricAuthenticated()157 isPulseExpanding || qSExpanded -> false in canBypass()193 pw.println(" isPulseExpanding: $isPulseExpanding") in dump()
637 if (visible && mWakeUpCoordinator.isPulseExpanding()) { in updateAodIconsVisibility()
1780 if (!mNotificationStackScroller.isPulseExpanding()) { in getKeyguardNotificationStaticPadding()1803 && mNotificationStackScroller.isPulseExpanding()); in updateQSPulseExpansion()2163 && mNotificationStackScroller.isPulseExpanding()) { in getHeaderTranslation()
161 pulseExpanding = stackScroller.isPulseExpanding in setStackScroller()163 val nowExpanding = isPulseExpanding() in setStackScroller()172 fun isPulseExpanding(): Boolean = mStackScroller.isPulseExpanding in isPulseExpanding() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator
221 return mDimmed && !(isPulseExpanding() && mDozeAmount == 1.0f); in isDimmed()289 if (mDozeAmount == 1.0f && !isPulseExpanding()) { in getInnerHeight()301 public boolean isPulseExpanding() { in isPulseExpanding() method in AmbientState
532 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) {
936 shouldDrawBackground = isPulseExpanding();1096 public boolean isPulseExpanding() {1097 return mAmbientState.isPulseExpanding();
75 bypassController.isPulseExpanding = value in <lambda>()
496 if (mAmbientState.isPulseExpanding()) {