Home
last modified time | relevance | path

Searched refs:onKeyguard (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardLiftController.kt84 val onKeyguard = keyguardUpdateMonitor.isKeyguardVisible && regex
89 val shouldListen = (onKeyguard || bouncerVisible) && isFaceEnabled
H A DPanelViewController.java386 final boolean onKeyguard = in endMotionEvent()
396 } else if (onKeyguard) { in endMotionEvent()
416 if (!expand && onKeyguard) { in endMotionEvent()
H A DNotificationShadeWindowControllerImpl.java298 boolean onKeyguard = state.mStatusBarState == StatusBarState.KEYGUARD in applyKeyguardFlags()
300 if (onKeyguard in applyKeyguardFlags()
H A DNotificationPanelViewController.java1265 boolean onKeyguard = isOnKeyguard(); in positionClockAndNotifications()
1266 if (onKeyguard || forceClockUpdate) { in positionClockAndNotifications()
1269 if (!onKeyguard) { in positionClockAndNotifications()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java452 boolean onKeyguard = in updateRowStatesInternal()
467 if (!onKeyguard) { in updateRowStatesInternal()
490 || (onKeyguard && !showOnKeyguard)) { in updateRowStatesInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java819 if (mKeyguardBypassEnabled && onKeyguard()) { in drawBackground()
1379 if (mKeyguardBypassEnabled && onKeyguard()) {
1720 boolean onKeyguard() {
2408 if (!onKeyguard) {
3128 || (mKeyguardBypassEnabled && onKeyguard() in generateHeadsUpAnimationEvents()
4145 dimmed &= onKeyguard(); in setDimmed()
4908 boolean onKeyguard = onKeyguard(); in onStatePostChange()
4911 mAmbientState.setDimmed(onKeyguard); in onStatePostChange()
4917 setDimmed(onKeyguard, fromShadeLocked); in onStatePostChange()
4918 setExpandingEnabled(!onKeyguard); in onStatePostChange()
[all …]
H A DNotificationStackScrollLayoutController.java490 return mView.onKeyguard();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java164 public void setOnKeyguard(boolean onKeyguard) { in setOnKeyguard() argument
165 mOnKeyguard = onKeyguard; in setOnKeyguard()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java2317 void setOnKeyguard(boolean onKeyguard) {
2318 if (onKeyguard != mOnKeyguard) {
2321 mOnKeyguard = onKeyguard;
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java2819 final boolean onKeyguard = isKeyguardShowing() && !isKeyguardOccluded();
2820 final WindowState colorWin = onKeyguard ? mNotificationShade : opaqueOrDimming;
2821 return isLightBarAllowed(colorWin, Type.statusBars()) && (colorWin == opaque || onKeyguard)