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.java168 row.setHeadsUp(true); in testRoundnessPulsing()
173 row.setHeadsUp(false); in testRoundnessPulsing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java150 row.setHeadsUp(true); in testAboveShelfChangedListenerCalled()
174 row.setHeadsUp(true); in testAboveShelfChangedListenerCalledWhenGoingBelow()
DNotificationContentViewTest.java139 mView.setHeadsUp(true); in testExpandButtonFocusIsCalled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java178 entry.setHeadsUp(true); in onAlertEntryAdded()
189 entry.setHeadsUp(false); in onAlertEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java647 public void setHeadsUp(boolean shouldHeadsUp) { in setHeadsUp() method in NotificationEntry
648 if (row != null) row.setHeadsUp(shouldHeadsUp); in setHeadsUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java704 public void setHeadsUp(boolean isHeadsUp) {
708 mPrivateLayout.setHeadsUp(isHeadsUp);
DNotificationContentView.java1071 public void setHeadsUp(boolean headsUp) { in setHeadsUp() method in NotificationContentView