Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java366 public boolean isOnKeyguard() { in isOnKeyguard() method in AmbientState
DStackScrollAlgorithm.java159 float drawStart = !ambientState.isOnKeyguard() ? ambientState.getTopPadding() in updateClipping()
DNotificationChildrenContainer.java665 || (!mContainingNotification.isOnKeyguard() && mContainingNotification.isExpanded())
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1016 setClosingWithAlphaFadeout(!expand && !isOnKeyguard() && getFadeoutAlpha() == 1.0f); in flingToHeight()
2248 if (mKeyguardBypassController.getBypassEnabled() && isOnKeyguard() in getHeaderTranslation()
2967 if (!isOnKeyguard()) { in onHeadsUpPinned()
2979 if (isFullyCollapsed() && entry.isRowHeadsUp() && !isOnKeyguard()) { in onHeadsUpUnPinned()
3058 if (mKeyguardBypassController.getBypassEnabled() && isOnKeyguard()) { in updateExpandedHeight()
3079 if (showIconsWhenExpanded && mNoVisibleNotifications && isOnKeyguard()) { in updateStatusBarIcons()
3088 private boolean isOnKeyguard() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java324 && !(mAmbientState.isOnKeyguard() && mBypassController.getBypassEnabled()); in updateAppearance()
556 && !mAmbientState.isOnKeyguard() && !iconState.isLastExpandIcon) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1299 public boolean isOnKeyguard() {
2307 boolean allowed = isOnKeyguard()