Searched refs:notificationRow (Results 1 – 4 of 4) sorted by relevance
56 private val notificationRow = mock<ExpandableNotificationRow>() in <lambda>() constant98 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 …]
242 ExpandableNotificationRow notificationRow = children.get(children.size() - 1); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child() local244 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()
479 if (row instanceof ExpandableNotificationRow notificationRow) {480 mMetricsLogger.write(notificationRow.getEntry().getSbn().getLogMaker()489 NotificationMenuRowPlugin provider = notificationRow.getProvider();
1001 if (child instanceof ExpandableNotificationRow notificationRow) {1002 translation = notificationRow.getTranslation();