Home
last modified time | relevance | path

Searched refs:showingAmbientPulsing (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java125 } else if (a.getRow().showingAmbientPulsing() != b.getRow().showingAmbientPulsing()) {
126 return a.getRow().showingAmbientPulsing() ? -1 : 1;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java257 if (firstView.showingAmbientPulsing()) { in updateBounds()
DStackScrollAlgorithm.java504 if (!row.showingAmbientPulsing() || ambientState.isFullyDark()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java530 public boolean showingAmbientPulsing() { in showingAmbientPulsing() method in ExpandableView
DNotificationMenuRow.java350 && !mParent.showingAmbientPulsing() in onTouchMove()
DExpandableNotificationRow.java651 if (showingAmbientPulsing()) { in isDimmable()
737 public boolean showingAmbientPulsing() {
3053 return showingAmbientPulsing() || (!isOnKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java515 boolean shouldClipOwnTop = row.showingAmbientPulsing() && !mAmbientState.isFullyDark()