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/stack/
DAmbientState.java384 public boolean isAboveShelf(ExpandableView expandableView) { in isAboveShelf() method in AmbientState
386 return expandableView.isAboveShelf(); in isAboveShelf()
389 return row.isAboveShelf() && !isDozingAndNotPulsing(row); in isAboveShelf()
DStackScrollAlgorithm.java456 if (i == 0 && ambientState.isAboveShelf(row)) {
523 if (ambientState.isAppearing() && !child.isAboveShelf()) {
580 } else if (i == 0 && ambientState.isAboveShelf(child)) {
DNotificationStackScrollLayout.java1033 && mAmbientState.isAboveShelf(mFirstVisibleBackgroundChild);
/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/
DExpandableNotificationRow.java585 boolean wasAboveShelf = isAboveShelf();
599 } else if (isAboveShelf() != wasAboveShelf) {
828 boolean wasAboveShelf = isAboveShelf();
840 if (isAboveShelf() != wasAboveShelf) {
1224 boolean wasAboveShelf = isAboveShelf();
1231 if (isAboveShelf() != wasAboveShelf) {
1901 setAboveShelf(isAboveShelf());
2072 boolean wasAboveShelf = isAboveShelf();
2082 if (isAboveShelf() != wasAboveShelf) {
2783 public boolean isAboveShelf() {
[all …]
DExpandableView.java554 public boolean isAboveShelf() { in isAboveShelf() method in ExpandableView
DNotificationShelf.java605 float contentTransformationAmount = !mAmbientState.isAboveShelf(row)
674 … if (mAmbientState.isAboveShelf(row) || (!row.isInShelf() && (isLastChild && row.areGutsExposed()