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.java367 public boolean isOnKeyguard() { in isOnKeyguard() method in AmbientState
DStackScrollAlgorithm.java162 float drawStart = !ambientState.isOnKeyguard() ? ambientState.getTopPadding() in updateClipping()
DNotificationChildrenContainer.java700 || (!mContainingNotification.isOnKeyguard() && mContainingNotification.isExpanded())
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java1052 setClosingWithAlphaFadeout(!expand && !isOnKeyguard() && getFadeoutAlpha() == 1.0f); in flingToHeight()
2162 if (mKeyguardBypassController.getBypassEnabled() && isOnKeyguard() in getHeaderTranslation()
2665 if (mKeyguardBypassController.getBypassEnabled() && isOnKeyguard()) { in updateExpandedHeight()
2689 if (showIconsWhenExpanded && noVisibleNotifications && isOnKeyguard()) { in updateStatusBarIcons()
2698 private boolean isOnKeyguard() {
3465 if (!isOnKeyguard()) {
3478 if (isFullyCollapsed() && entry.isRowHeadsUp() && !isOnKeyguard()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java319 && !(mAmbientState.isOnKeyguard() && mBypassController.getBypassEnabled()); in updateAppearance()
642 && !mAmbientState.isOnKeyguard() && !iconState.isLastExpandIcon) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1304 public boolean isOnKeyguard() {
2299 boolean allowed = isOnKeyguard()