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.java717 boolean wasAboveShelf = isAboveShelf();
731 } else if (isAboveShelf() != wasAboveShelf) {
974 boolean wasAboveShelf = isAboveShelf();
986 if (isAboveShelf() != wasAboveShelf) {
1402 boolean wasAboveShelf = isAboveShelf();
1409 if (isAboveShelf() != wasAboveShelf) {
2135 setAboveShelf(isAboveShelf());
2311 boolean wasAboveShelf = isAboveShelf();
2321 if (isAboveShelf() != wasAboveShelf) {
3052 public boolean isAboveShelf() {
[all …]
DExpandableView.java615 public boolean isAboveShelf() { in isAboveShelf() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java537 if (i == 0 && row.isAboveShelf()) {
614 if (ambientState.isAppearing() && !child.isAboveShelf()) {
671 } else if (i == 0 && child.isAboveShelf()) {
DNotificationStackScrollLayout.java1444 && firstVisibleSection.getFirstVisibleChild().isAboveShelf();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java685 float contentTransformationAmount = !row.isAboveShelf()
755 if ((row.isAboveShelf() || (!row.isInShelf() && (isLastChild && row.areGutsExposed()