Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java130 if ((view.isPinned() || view.isHeadsUpAnimatingAway()) && !mExpanded) { in getRoundness()
DStackScrollAlgorithm.java567 if (row.isHeadsUpAnimatingAway()) {
DNotificationStackScrollLayout.java932 if ((row.isPinned() || row.isHeadsUpAnimatingAway()) && row.getTranslation() < 0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java435 if (row.isPinned() || row.isHeadsUpAnimatingAway() || row == mTrackedChild in updateHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java495 boolean isPinned = (row.isPinned() || row.isHeadsUpAnimatingAway())
592 || (!row.isPinned() && !row.isHeadsUpAnimatingAway()))) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java1035 public boolean isHeadsUpAnimatingAway() { in isHeadsUpAnimatingAway() method in ActivatableNotificationView
DExpandableNotificationRow.java1408 public boolean isHeadsUpAnimatingAway() {
3166 if (row.isHeadsUpAnimatingAway()) {