Home
last modified time | relevance | path

Searched refs:isOnKeyguard (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java190 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()
H A DAmbientState.java437 public boolean isOnKeyguard() { in isOnKeyguard() method in AmbientState
H A DNotificationChildrenContainer.java702 || (!mContainingNotification.isOnKeyguard() && mContainingNotification.isExpanded())
H A DNotificationStackScrollLayout.java2212 final float scrimTopPadding = mAmbientState.isOnKeyguard() ? 0 : mMinimumPaddings;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelfController.java82 && !(mAmbientState.isOnKeyguard() && mKeyguardBypassController.getBypassEnabled()); in canModifyColorOfNotifications()
H A DNotificationShelf.java171 if (ambientState.isExpansionChanging() && !ambientState.isOnKeyguard()) { in updateState()
358 final boolean isUnlockedHeadsUp = !mAmbientState.isOnKeyguard()
566 if (mAmbientState.isExpansionChanging() && !mAmbientState.isOnKeyguard()) {
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt135 val hideKeyguardWithAnimation = callback.isOnKeyguard() && !showOverLockscreen
232 fun isOnKeyguard(): Boolean regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt124 `when`(callback.isOnKeyguard()).thenReturn(true)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1265 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()
H A DStatusBar.java4402 public boolean isOnKeyguard() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1322 public boolean isOnKeyguard() {
2337 boolean allowed = isOnKeyguard()