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.java357 public boolean isAboveShelf(ExpandableView expandableView) { in isAboveShelf() method in AmbientState
359 return expandableView.isAboveShelf(); in isAboveShelf()
362 return row.isAboveShelf() && !isDozingAndNotPulsing(row); in isAboveShelf()
DStackScrollAlgorithm.java432 if (i == 0 && ambientState.isAboveShelf(row)) { in updateHeadsUpStates()
546 } else if (i == 0 && ambientState.isAboveShelf(child)) { in updateChildZValue()
DNotificationStackScrollLayout.java814 if (mAmbientState.isAboveShelf(mFirstVisibleBackgroundChild)) { in getAppearStartPosition()
/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.java467 boolean wasAboveShelf = isAboveShelf();
480 } else if (isAboveShelf() != wasAboveShelf) {
662 boolean wasAboveShelf = isAboveShelf();
674 if (isAboveShelf() != wasAboveShelf) {
1039 boolean wasAboveShelf = isAboveShelf();
1042 if (isAboveShelf() != wasAboveShelf) {
1618 boolean wasAboveShelf = isAboveShelf();
1628 if (isAboveShelf() != wasAboveShelf) {
2265 public boolean isAboveShelf() {
2285 boolean wasAboveShelf = isAboveShelf();
[all …]
DExpandableView.java519 public boolean isAboveShelf() { in isAboveShelf() method in ExpandableView
DNotificationShelf.java530 float contentTransformationAmount = !mAmbientState.isAboveShelf(row)
599 … if (mAmbientState.isAboveShelf(row) || (!row.isInShelf() && (isLastChild && row.areGutsExposed()