Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAboveShelfObserverTest.java66 row.setHeadsUp(true); in testObserverChangesWhenGoingAbove()
73 row.setHeadsUp(true); in testObserverChangesWhenGoingBelow()
75 row.setHeadsUp(false); in testObserverChangesWhenGoingBelow()
82 row.setHeadsUp(true); in testStaysAboveWhenOneGoesAway()
84 row.setHeadsUp(true); in testStaysAboveWhenOneGoesAway()
85 row.setHeadsUp(false); in testStaysAboveWhenOneGoesAway()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java149 entry.setHeadsUp(true); in onAlertEntryAdded()
159 entry.setHeadsUp(false); in onAlertEntryRemoved()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java155 row.setHeadsUp(true); in testRoundnessPulsing()
160 row.setHeadsUp(false); in testRoundnessPulsing()
DNotificationChildrenContainerTest.java62 mGroup.setHeadsUp(true); in testGetMaxAllowedVisibleChildren_headsUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java173 row.setHeadsUp(true); in testAboveShelfChangedListenerCalled()
197 row.setHeadsUp(true); in testAboveShelfChangedListenerCalledWhenGoingBelow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java588 public void setHeadsUp(boolean shouldHeadsUp) { in setHeadsUp() method in NotificationEntry
589 if (row != null) row.setHeadsUp(shouldHeadsUp); in setHeadsUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java695 public void setHeadsUp(boolean isHeadsUp) {
699 mPrivateLayout.setHeadsUp(isHeadsUp);
DNotificationContentView.java1054 public void setHeadsUp(boolean headsUp) { in setHeadsUp() method in NotificationContentView