Searched refs:isOnKeyguard (Results 1 – 11 of 11) sorted by relevance
190 float drawStart = ambientState.isOnKeyguard() ? 0 in updateClipping()289 if (!ambientState.isOnKeyguard() in initAlgorithmState()341 if (!ambientState.isOnKeyguard() in updatePositionsForState()373 final float scrimPadding = ambientState.isOnKeyguard() in getExpansionFractionWithoutShelf()423 } else if (ambientState.isOnKeyguard()) { in updateChild()490 && ambientState.isOnKeyguard() && !ambientState.isPulseExpanding(); in updateChild()
437 public boolean isOnKeyguard() { in isOnKeyguard() method in AmbientState
702 || (!mContainingNotification.isOnKeyguard() && mContainingNotification.isExpanded())
2212 final float scrimTopPadding = mAmbientState.isOnKeyguard() ? 0 : mMinimumPaddings;
82 && !(mAmbientState.isOnKeyguard() && mKeyguardBypassController.getBypassEnabled()); in canModifyColorOfNotifications()
171 if (ambientState.isExpansionChanging() && !ambientState.isOnKeyguard()) { in updateState()358 final boolean isUnlockedHeadsUp = !mAmbientState.isOnKeyguard()566 if (mAmbientState.isExpansionChanging() && !mAmbientState.isOnKeyguard()) {
135 val hideKeyguardWithAnimation = callback.isOnKeyguard() && !showOverLockscreen232 fun isOnKeyguard(): Boolean regex
124 `when`(callback.isOnKeyguard()).thenReturn(true)
1265 boolean onKeyguard = isOnKeyguard(); in positionClockAndNotifications()1675 setClosingWithAlphaFadeout(!expand && !isOnKeyguard() && getFadeoutAlpha() == 1.0f); in flingToHeight()2319 if (isOnKeyguard()) { in setQSClippingBounds()2594 if (isOnKeyguard()) { in setTransitionToFullShadeAmount()2985 if (mKeyguardBypassController.getBypassEnabled() && isOnKeyguard()) { in getHeaderTranslation()3337 if (mKeyguardBypassController.getBypassEnabled() && isOnKeyguard()) { in updateExpandedHeight()3360 if (showIconsWhenExpanded && noVisibleNotifications && isOnKeyguard()) { in updateStatusBarIcons()3369 private boolean isOnKeyguard() {4322 if (!isOnKeyguard()) { in onHeadsUpPinned()4335 if (isFullyCollapsed() && entry.isRowHeadsUp() && !isOnKeyguard()) { in onHeadsUpUnPinned()
4402 public boolean isOnKeyguard() {
1322 public boolean isOnKeyguard() {2337 boolean allowed = isOnKeyguard()