Home
last modified time | relevance | path

Searched refs:isHeadsUpAnimatingAway (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java134 if ((view.isPinned() || view.isHeadsUpAnimatingAway()) && !mExpanded) { in getRoundness()
DStackScrollAlgorithm.java569 if (row.isHeadsUpAnimatingAway()) {
DNotificationStackScrollLayout.java912 if ((row.isPinned() || row.isHeadsUpAnimatingAway()) && row.getTranslation() < 0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java392 if (row.isPinned() || row.isHeadsUpAnimatingAway() || row == mTrackedChild) { in updateHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java513 boolean isPinned = (row.isPinned() || row.isHeadsUpAnimatingAway())
606 || (!row.isPinned() && !row.isHeadsUpAnimatingAway()))) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java665 return row != null && row.isHeadsUpAnimatingAway(); in isRowAnimatingAway()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java1056 public boolean isHeadsUpAnimatingAway() { in isHeadsUpAnimatingAway() method in ActivatableNotificationView
DExpandableNotificationRow.java1423 public boolean isHeadsUpAnimatingAway() {
3189 if (row.isHeadsUpAnimatingAway()) {