Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDreamCoordinator.kt44 private var isOnKeyguard = false regex
62 isFiltering = isLockscreenHostedDream && isOnKeyguard
83 isOnKeyguard = newState == StatusBarState.KEYGUARD
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java143 } else if (ambientState.isOnKeyguard()) { in updateAlphaState()
161 if (view instanceof EmptyShadeView && ambientState.isOnKeyguard()) { in updateAlphaState()
295 float drawStart = ambientState.isOnKeyguard() ? 0 in updateClipping()
393 if (!ambientState.isOnKeyguard() in initAlgorithmState()
407 ambientState.getFractionToShade(), ambientState.isOnKeyguard()); in initAlgorithmState()
454 if (!ambientState.isOnKeyguard() in updatePositionsForState()
486 final float scrimPadding = ambientState.isOnKeyguard() in getExpansionFractionWithoutShelf()
556 ambientState.getFractionToShade(), ambientState.isOnKeyguard());
605 && ambientState.isOnKeyguard() && !ambientState.isPulseExpanding();
821 boolean showingPulsing, boolean isOnKeyguard, boolean headsUpOnKeyguard) { in shouldHunBeVisibleWhenScrolled() argument
[all …]
H A DAmbientState.java224 if (isOnKeyguard() && !isFlinging && mIsFlinging) { in setFlinging()
520 public boolean isOnKeyguard() { in isOnKeyguard() method in AmbientState
H A DNotificationStackScrollLayout.java1352 return mAmbientState.isOnKeyguard()
2345 final float scrimTopPadding = mAmbientState.isOnKeyguard() ? 0 : mMinimumPaddings;
2376 previous, mAmbientState.getFractionToShade(), mAmbientState.isOnKeyguard());
2977 final float scrimTopPadding = mAmbientState.isOnKeyguard() ? 0 : mMinimumPaddings; in getPositionInLinearLayout()
H A DNotificationChildrenContainer.java783 || (!mContainingNotification.isOnKeyguard() && mContainingNotification.isExpanded())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt209 whenever(ambientState.isOnKeyguard).thenReturn(true)
236 whenever(ambientState.isOnKeyguard).thenReturn(true)
263 whenever(ambientState.isOnKeyguard).thenReturn(true)
291 whenever(ambientState.isOnKeyguard).thenReturn(true)
487 whenever(ambientState.isOnKeyguard).thenReturn(isOnLockscreen)
H A DAmbientStateTest.kt357 assertThat(sut.isOnKeyguard).isTrue()
364 assertThat(sut.isOnKeyguard).isFalse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLegacyNotificationShelfControllerImpl.java85 && !(mAmbientState.isOnKeyguard() && mKeyguardBypassController.getBypassEnabled()); in canModifyColorOfNotifications()
H A DNotificationShelf.java225 if (ambientState.isExpansionChanging() && !ambientState.isOnKeyguard()) { in updateState()
298 final float actualWidth = mAmbientState.isOnKeyguard() in updateActualWidth()
469 && mAmbientState.isOnKeyguard() ? notificationClipEnd : shelfStart; in updateAppearance()
538 final boolean isUnlockedHeadsUp = !mAmbientState.isOnKeyguard()
771 if (mAmbientState.isExpansionChanging() && !mAmbientState.isOnKeyguard()) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelControllerBase.java471 public void setIsOnKeyguard(boolean isOnKeyguard) { in setIsOnKeyguard() argument
472 boolean isOnSplitShadeLockscreen = mShouldUseSplitNotificationShade && isOnKeyguard; in setIsOnKeyguard()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt200 val hideKeyguardWithAnimation = callback.isOnKeyguard() && !showOverLockscreen
335 @JvmDefault fun isOnKeyguard(): Boolean = false
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt132 `when`(callback.isOnKeyguard()).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1316 if (!isOnKeyguard() && mPanelExpanded) { in onSplitShadeEnabledChanged()
1319 if (isOnKeyguard() && mQsController.getExpanded() && mSplitShadeEnabled) { in onSplitShadeEnabledChanged()
1555 boolean onKeyguard = isOnKeyguard(); in positionClockAndNotifications()
1983 if (mSplitShadeEnabled && isOnKeyguard()) { in expandToQs()
2027 setClosingWithAlphaFadeout(!expand && !isOnKeyguard() && getFadeoutAlpha() == 1.0f); in flingToHeight()
3025 if (mKeyguardBypassController.getBypassEnabled() && isOnKeyguard()) { in updateExpandedHeight()
3036 if (showIconsWhenExpanded && isOnKeyguard()) { in updateStatusBarIcons()
3050 private boolean isOnKeyguard() {
4437 if (!isOnKeyguard()) { in onHeadsUpPinned()
4450 if (isFullyCollapsed() && entry.isRowHeadsUp() && !isOnKeyguard()) { in onHeadsUpUnPinned()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1419 public boolean isOnKeyguard() {
2568 boolean allowed = isOnKeyguard()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java3638 public boolean isOnKeyguard() {