Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt250 val bottomHun = mockExpandableNotificationRow() in <lambda>() constant
253 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>() constant
266 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 …]