Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt249 val topHun = mockExpandableNotificationRow() in <lambda>() constant
251 whenever(topHun.isHeadsUp).thenReturn(true) in <lambda>()
252 whenever(topHun.isPinned).thenReturn(true) in <lambda>()
256 resetViewStates_hunsOverlapping_bottomHunClipped(topHun, bottomHun) in <lambda>()
262 val topHun = mockExpandableNotificationRow() in <lambda>() constant
264 whenever(topHun.isHeadsUp).thenReturn(true) in <lambda>()
265 whenever(topHun.isPinned).thenReturn(true) in <lambda>()
268 resetViewStates_hunsOverlapping_bottomHunClipped(topHun, bottomHun) in <lambda>()
1229 topHun: ExpandableNotificationRow, in <lambda>()
1236 whenever(topHun.intrinsicHeight).thenReturn(topHunHeight) in <lambda>()
[all …]