Searched refs:showOverLockscreen (Results 1 – 3 of 3) sorted by relevance
262 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() argument298 if (showOverLockscreen) { in handleNotificationClickAfterKeyguardDismissed()
1915 public boolean shouldAnimateLaunch(boolean isActivityIntent, boolean showOverLockscreen) { in shouldAnimateLaunch() argument1923 if (showOverLockscreen || !mKeyguardStateController.isShowing()) { in shouldAnimateLaunch()
122 showOverLockscreen: Boolean = false,135 val hideKeyguardWithAnimation = callback.isOnKeyguard() && !showOverLockscreen