Searched refs:isPulseExpanding (Results 1 – 9 of 9) sorted by relevance
44 var isPulseExpanding = false variable in com.android.systemui.statusbar.phone.KeyguardBypassController105 if (!can && (isPulseExpanding || qSExpanded)) { in onBiometricAuthenticated()131 isPulseExpanding || qSExpanded -> false in canBypass()162 pw.print(" isPulseExpanding: "); pw.println(isPulseExpanding) in dump()
598 if (visible && mWakeUpCoordinator.isPulseExpanding()) { in updateAodIconsVisibility()
1900 if (!mNotificationStackScroller.isPulseExpanding()) { in getKeyguardNotificationStaticPadding()1923 && mNotificationStackScroller.isPulseExpanding()); in updateQSPulseExpansion()2249 && mNotificationStackScroller.isPulseExpanding()) { in getHeaderTranslation()
165 pulseExpanding = stackScroller.isPulseExpanding in setStackScroller()167 val nowExpanding = isPulseExpanding() in setStackScroller()176 fun isPulseExpanding(): Boolean = mStackScroller.isPulseExpanding in isPulseExpanding() method
220 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
502 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) {
853 shouldDrawBackground = isPulseExpanding();1011 public boolean isPulseExpanding() {1012 return mAmbientState.isPulseExpanding();
77 bypassController.isPulseExpanding = value in <lambda>()
498 if (mAmbientState.isPulseExpanding()) {