Searched defs:isAboveShelf (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java554 public boolean isAboveShelf() { method in class:ExpandableView
H A 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() { method in class:ExpandableNotificationRow
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAmbientState.java384 public boolean isAboveShelf(ExpandableView expandableView) { method in class:AmbientState
386 return expandableView.isAboveShelf();
389 return row.isAboveShelf() && !isDozingAndNotPulsing(row);

Completed in 778 milliseconds