Searched refs:bottomHun (Results 1 – 1 of 1) sorted by relevance
250 val bottomHun = mockExpandableNotificationRow() in <lambda>() constant253 whenever(bottomHun.isHeadsUp).thenReturn(true) in <lambda>()254 whenever(bottomHun.isPinned).thenReturn(true) in <lambda>()256 resetViewStates_hunsOverlapping_bottomHunClipped(topHun, bottomHun) in <lambda>()263 val bottomHun = mockExpandableNotificationRow() in <lambda>() constant266 whenever(bottomHun.isHeadsUpAnimatingAway).thenReturn(true) in <lambda>()268 resetViewStates_hunsOverlapping_bottomHunClipped(topHun, bottomHun) in <lambda>()1230 bottomHun: ExpandableNotificationRow in <lambda>()1237 whenever(bottomHun.intrinsicHeight).thenReturn(bottomHunHeight) in <lambda>()1245 hostView.addView(bottomHun) in <lambda>()[all …]