Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAboveShelfObserver.java50 if (((ExpandableNotificationRow) child).isAboveShelf()) { in onAboveShelfStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java705 boolean wasAboveShelf = isAboveShelf();
719 } else if (isAboveShelf() != wasAboveShelf) {
966 boolean wasAboveShelf = isAboveShelf();
978 if (isAboveShelf() != wasAboveShelf) {
1383 boolean wasAboveShelf = isAboveShelf();
1390 if (isAboveShelf() != wasAboveShelf) {
2108 setAboveShelf(isAboveShelf());
2289 boolean wasAboveShelf = isAboveShelf();
2299 if (isAboveShelf() != wasAboveShelf) {
3076 public boolean isAboveShelf() {
[all …]
DExpandableView.java736 public boolean isAboveShelf() { in isAboveShelf() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java617 if (mTrackedHeadsUpRow == null || !mTrackedHeadsUpRow.isAboveShelf()) { in getTrackedHeadsUpRow()
DStackScrollAlgorithm.java582 if (isTopEntry && row.isAboveShelf()) { in updateHeadsUpStates()
667 && (child.isAboveShelf() || child.showingPulsing())) { in updateZValuesForState()
DNotificationStackScrollLayout.java2545 if (trackedHeadsUpRow.isAboveShelf()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java370 && !anv.isAboveShelf()
675 || row.isAboveShelf()