Loading packages/SystemUI/compose/scene/tests/src/com/android/compose/nestedscroll/LargeTopAppBarNestedScrollConnectionTest.kt +5 −5 Original line number Diff line number Diff line Loading @@ -202,11 +202,11 @@ class LargeTopAppBarNestedScrollConnectionTest(testCase: TestCase) { companion object { @Parameterized.Parameters(name = "{0}") @JvmStatic fun data(): List<TestCase> = listOf( TestCase(NestedScrollSource.Drag), TestCase(NestedScrollSource.Fling), TestCase(NestedScrollSource.Wheel), fun data(): List<TestCase> { return listOf( TestCase(NestedScrollSource.UserInput), TestCase(NestedScrollSource.SideEffect), ) } } } Loading
packages/SystemUI/compose/scene/tests/src/com/android/compose/nestedscroll/LargeTopAppBarNestedScrollConnectionTest.kt +5 −5 Original line number Diff line number Diff line Loading @@ -202,11 +202,11 @@ class LargeTopAppBarNestedScrollConnectionTest(testCase: TestCase) { companion object { @Parameterized.Parameters(name = "{0}") @JvmStatic fun data(): List<TestCase> = listOf( TestCase(NestedScrollSource.Drag), TestCase(NestedScrollSource.Fling), TestCase(NestedScrollSource.Wheel), fun data(): List<TestCase> { return listOf( TestCase(NestedScrollSource.UserInput), TestCase(NestedScrollSource.SideEffect), ) } } }