HomeSort by relevance Sort by last modified time
    Searched refs:isAboveShelf (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
AboveShelfObserver.java 50 if (((ExpandableNotificationRow) child).isAboveShelf()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 384 public boolean isAboveShelf(ExpandableView expandableView) {
386 return expandableView.isAboveShelf();
389 return row.isAboveShelf() && !isDozingAndNotPulsing(row);
StackScrollAlgorithm.java 456 if (i == 0 && ambientState.isAboveShelf(row)) {
523 if (ambientState.isAppearing() && !child.isAboveShelf()) {
580 } else if (i == 0 && ambientState.isAboveShelf(child)) {
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 585 boolean wasAboveShelf = isAboveShelf();
599 } else if (isAboveShelf() != wasAboveShelf) {
    [all...]
ExpandableView.java 554 public boolean isAboveShelf() {
NotificationShelf.java 605 float contentTransformationAmount = !mAmbientState.isAboveShelf(row)
674 if (mAmbientState.isAboveShelf(row) || (!row.isInShelf() && (isLastChild && row.areGutsExposed()
    [all...]

Completed in 1443 milliseconds