Loading packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/StackScrollAlgorithmTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,7 @@ class StackScrollAlgorithmTest(flags: FlagsParameterization) : SysuiTestCase() { } @Test @EnableFlags(NotificationBundleUi.FLAG_NAME) fun getGapHeightForChild_returnsBundleGapHeight_whenPreviousChildIsBundle() { // Assemble val child = mock<View>() Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/StackScrollAlgorithmTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,7 @@ class StackScrollAlgorithmTest(flags: FlagsParameterization) : SysuiTestCase() { } @Test @EnableFlags(NotificationBundleUi.FLAG_NAME) fun getGapHeightForChild_returnsBundleGapHeight_whenPreviousChildIsBundle() { // Assemble val child = mock<View>() Loading