Home
last modified time | relevance | path

Searched refs:isAboveShelf (Results 1 – 6 of 6) 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.java696 boolean wasAboveShelf = isAboveShelf();
710 } else if (isAboveShelf() != wasAboveShelf) {
957 boolean wasAboveShelf = isAboveShelf();
969 if (isAboveShelf() != wasAboveShelf) {
1387 boolean wasAboveShelf = isAboveShelf();
1394 if (isAboveShelf() != wasAboveShelf) {
2111 setAboveShelf(isAboveShelf());
2289 boolean wasAboveShelf = isAboveShelf();
2299 if (isAboveShelf() != wasAboveShelf) {
3040 public boolean isAboveShelf() {
[all …]
DExpandableView.java599 public boolean isAboveShelf() { in isAboveShelf() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java535 if (i == 0 && row.isAboveShelf()) {
612 if (ambientState.isAppearing() && !child.isAboveShelf()) {
669 } else if (i == 0 && (child.isAboveShelf() || child.showingPulsing())) {
DNotificationStackScrollLayout.java1487 && firstVisibleSection.getFirstVisibleChild().isAboveShelf();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java671 float contentTransformationAmount = !row.isAboveShelf() && !row.showingPulsing()
741 if (row.isAboveShelf()