Home
last modified time | relevance | path

Searched refs:showOverLockscreen (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java262 boolean showOverLockscreen = mKeyguardStateController.isShowing() && intent != null in onNotificationClicked()
269 entry, row, intent, isActivityIntent, animate, showOverLockscreen); in onNotificationClicked()
277 if (showOverLockscreen) { in onNotificationClicked()
292 boolean showOverLockscreen) { in handleNotificationClickAfterKeyguardDismissed() argument
298 if (showOverLockscreen) { in handleNotificationClickAfterKeyguardDismissed()
H A DStatusBar.java1915 public boolean shouldAnimateLaunch(boolean isActivityIntent, boolean showOverLockscreen) { in shouldAnimateLaunch() argument
1923 if (showOverLockscreen || !mKeyguardStateController.isShowing()) { in shouldAnimateLaunch()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt122 showOverLockscreen: Boolean = false,
135 val hideKeyguardWithAnimation = callback.isOnKeyguard() && !showOverLockscreen