Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAboveShelfObserverTest.java69 row.setHeadsUp(true); in testObserverChangesWhenGoingAbove()
76 row.setHeadsUp(true); in testObserverChangesWhenGoingBelow()
78 row.setHeadsUp(false); in testObserverChangesWhenGoingBelow()
85 row.setHeadsUp(true); in testStaysAboveWhenOneGoesAway()
87 row.setHeadsUp(true); in testStaysAboveWhenOneGoesAway()
88 row.setHeadsUp(false); in testStaysAboveWhenOneGoesAway()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java65 mGroup.setHeadsUp(true); in testGetMaxAllowedVisibleChildren_headsUp()
DNotificationRoundnessManagerTest.java162 row.setHeadsUp(true); in testRoundnessPulsing()
167 row.setHeadsUp(false); in testRoundnessPulsing()
/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/row/
DExpandableNotificationRowTest.java155 row.setHeadsUp(true); in testAboveShelfChangedListenerCalled()
179 row.setHeadsUp(true); in testAboveShelfChangedListenerCalledWhenGoingBelow()
DNotificationContentViewTest.java134 mView.setHeadsUp(true); in testExpandButtonFocusIsCalled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java657 public void setHeadsUp(boolean shouldHeadsUp) { in setHeadsUp() method in NotificationEntry
658 if (row != null) row.setHeadsUp(shouldHeadsUp); in setHeadsUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java701 public void setHeadsUp(boolean isHeadsUp) {
705 mPrivateLayout.setHeadsUp(isHeadsUp);
DNotificationContentView.java1101 public void setHeadsUp(boolean headsUp) { in setHeadsUp() method in NotificationContentView