Home
last modified time | relevance | path

Searched refs:notificationRow (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt56 private val notificationRow = mock<ExpandableNotificationRow>() in <lambda>() constant
98 whenever(notificationRow.viewState).thenReturn(ExpandableViewState()) in <lambda>()
99 whenever(notificationRow.entry).thenReturn(notificationEntry) in <lambda>()
100 whenever(notificationRow.roundableState) in <lambda>()
101 .thenReturn(RoundableState(notificationRow, notificationRow, 0f)) in <lambda>()
104 hostView.addView(notificationRow) in <lambda>()
113 whenever(notificationRow.isPinned).thenReturn(true) in <lambda>()
114 whenever(notificationRow.isHeadsUp).thenReturn(true) in <lambda>()
120 whenever(notificationRow.isPinned).thenReturn(true) in <lambda>()
121 whenever(notificationRow.isHeadsUp).thenReturn(true) in <lambda>()
[all …]
DNotificationChildrenContainerTest.java242 ExpandableNotificationRow notificationRow = children.get(children.size() - 1); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child() local
244 Assert.assertEquals(0f, notificationRow.getBottomRoundness(), 0.001f); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child()
249 Assert.assertEquals(1f, notificationRow.getBottomRoundness(), 0.001f); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java479 if (row instanceof ExpandableNotificationRow notificationRow) {
480 mMetricsLogger.write(notificationRow.getEntry().getSbn().getLogMaker()
489 NotificationMenuRowPlugin provider = notificationRow.getProvider();
DNotificationChildrenContainer.java1001 if (child instanceof ExpandableNotificationRow notificationRow) {
1002 translation = notificationRow.getTranslation();