| /compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/ |
| D | OpaqueUnitKeyDetectorTest.kt | 47 fun Test() { in getDetector() method 72 fun Test() { in remember_withUnitPropertyRead_reportsError() method 111 fun Test() { in remember_withUnitFunctionCall_reportsError() method 152 fun Test() { in remember_withUnitComposableInvocation_reportsError() method 235 fun Test(condition: Boolean) { in remember_withIfStatementThatReturnsUnit_reportsError() method 293 fun Test(condition: Boolean) { in remember_withIfStatementCoercedToAny_doesNotReportError() method 324 fun Test() { in remember_twoKeys_withUnitFunctionCall_reportsError() method 370 fun Test() { in produceState_withUnitLiteralKey_doesNotError() method 396 fun Test() { in produceState_withUnitPropertyRead_reportsError() method 436 fun Test() { in produceState_withUnitFunctionCall_reportsError() method [all …]
|
| D | RememberDetectorTest.kt | 54 fun Test() { in getDetector() method 68 fun Test(number: Int) { in getDetector() method 82 fun Test(number1: Int, number2: Int) { in getDetector() method 98 fun Test(number1: Int, number2: Int, number3: Int) { in getDetector() method 116 fun Test(number1: Int, number2: Int, number3: Int, flag: Boolean) { in getDetector() method 217 fun Test() { in returnsUnit_dueToTypeError() method 254 fun Test() { in returnsValue_explicitUnitType() method 265 fun Test(number: Int) { in returnsValue_explicitUnitType() method 276 fun Test(number1: Int, number2: Int) { in returnsValue_explicitUnitType() method 289 fun Test(number1: Int, number2: Int, number3: Int) { in returnsValue_explicitUnitType() method [all …]
|
| D | ProduceStateDetectorTest.kt | 50 fun Test() { in getDetector() method 110 fun Test() { in noErrors() method
|
| D | CompositionLocalNamingDetectorTest.kt | 50 object Test { in getDetector() object 95 object Test { in prefixedWithLocal() object
|
| D | ComposableNamingDetectorTest.kt | 177 object Test { in ignoreOperatorComposableFunctions() object 202 interface Test<T> { in ignoreInvalidOverrides() interface
|
| D | FrequentlyChangingValueDetectorTest.kt | 258 fun Test(bar: Bar) { in errors() method 513 fun Test( in errors_getterInheritanceHierarchy() method 664 fun Test(bar: Bar) { in suppressions() method
|
| D | UnrememberedStateDetectorTest.kt | 50 fun Test() { in getDetector() method 238 fun Test() { in rememberedInsideComposableBody() method 439 fun Test() { in arbitraryStateFactoryAnnotated() method 540 fun Test() { in customStateConstructor() method 649 fun Test() { in customStateAnonymousClass() method
|
| D | ComposableFlowOperatorDetectorTest.kt | 133 fun Test() { in getDetector() method
|
| D | AutoboxingStateCreationDetectorTest.kt | 142 class Test { in testTrivialMutableStateOf_notReportedInJava() class 334 class Test(initialValue: $type = $stateValue) { in testStateDelegate_withInferredType_andInternalSetter_thatCouldBeMutablePrimitiveStateOf() class
|
| D | ComposableStateFlowValueDetectorTest.kt | 121 fun Test() { in getDetector() method
|
| D | ComposableCoroutineCreationDetectorTest.kt | 258 fun Test() { in getDetector() method
|
| D | RememberInCompositionDetectorTest.kt | 263 fun Test(bar: Bar) { in notRemembered() method 543 fun Test( in notRemembered_getterInheritanceHierarchy() method 584 fun Test(bar: Bar) { in rememberedInsideComposableBody() method
|
| /compose/animation/animation-lint/src/test/java/androidx/compose/animation/lint/ |
| D | SharedTransitionScopeDetectorTest.kt | 661 fun Test() { in getDetector() method 695 fun Test() { in unreferencedModifier_namedParameter() method 729 fun Test() { in unreferencedModifier_withQuickFixImplicitParameter() method 776 fun Test() { in unreferencedModifier_withQuickFixNamedParameter() method 821 fun Test() { in unreferencedModifier_withQuickFixOnExistingModifier() method 869 fun Test() { in unreferencedModifier_noQuickFix() method 926 fun Test() { in usedModifier_noIssues() method 961 fun Test() { in constantLiteralInItemsCall_shouldWarn() method 1102 fun Test() { in constantLiteralInIndividualItemCall_shouldNotWarn() method 1168 fun Test() { in complexExpressionKeysInItemsCall_shouldNotWarn() method
|
| D | CrossfadeDetectorTest.kt | 96 fun Test() { in getDetector() method 149 fun Test() { in unreferencedParameter_shadowedNames() method 200 fun Test() { in noErrors() method
|
| D | AnimatedContentDetectorTest.kt | 270 fun Test() { in getDetector() method 417 fun Test() { in unreferencedParameter_shadowedNames() method 533 fun Test() { in noErrors() method
|
| /compose/lint/internal-lint-checks/src/test/java/androidx/compose/lint/ |
| D | UnnecessaryLambdaCreationDetectorTest.kt | 128 fun Test() { in warnsForSingleExpressions() method 195 fun Test() { in warnsForMultipleLambdas() method 226 fun Test() { in ignoresMultipleExpressions() method 271 fun Test() { in ignoresDifferentFunctionalTypes_parameters() method 315 fun Test() { in ignoresDifferentFunctionalTypes_receiverScopes() method 358 fun Test() { in ignoresMismatchedComposability() method 384 fun Test() { in warnsForFunctionsReturningALambda() method
|
| D | CommonModuleIncompatibilityDetectorTest.kt | 137 abstract class Test : () -> Unit in detectsLambdaSuperTypeInCommonMain() class 155 abstract class Test : () -> Unit in detectsLambdaSuperTypeInCommonMain() class 296 abstract class Test : () -> Unit in ignoreLambdaSuperTypeInPlatformSourceSets() class 314 abstract class Test : () -> Unit in ignoreLambdaSuperTypeInPlatformSourceSets() class 332 abstract class Test : () -> Unit in ignoreLambdaSuperTypeInPlatformSourceSets() class
|
| /compose/foundation/foundation-lint/src/test/java/androidx/compose/foundation/lint/ |
| D | BoxWithConstraintsDetectorTest.kt | 49 fun Test() { in BoxWithConstraintsScope() method 220 fun Test() { in BoxWithConstraintsScope() method 270 fun Test() { in BoxWithConstraintsScope() method 318 fun Test() { in BoxWithConstraintsScope() method 354 fun Test() { in BoxWithConstraintsScope() method 395 fun Test() { in BoxWithConstraintsScope() method
|
| /compose/material/material-lint/src/test/java/androidx/compose/material/lint/ |
| D | ScaffoldPaddingDetectorTest.kt | 146 fun Test() { in getDetector() method 202 fun Test() { in unreferencedParameter_shadowedNames() method 256 fun Test() { in noErrors() method
|
| /compose/material3/material3-lint/src/test/java/androidx/compose/material3/lint/ |
| D | ScaffoldPaddingDetectorTest.kt | 146 fun Test() { in getDetector() method 202 fun Test() { in unreferencedParameter_shadowedNames() method 256 fun Test() { in noErrors() method
|
| /compose/animation/animation-core-lint/src/test/java/androidx/compose/animation/core/lint/ |
| D | TransitionDetectorTest.kt | 168 fun Test() { in getDetector() method 223 fun Test() { in unreferencedParameter_shadowedNames() method 276 fun Test() { in noErrors() method
|
| /compose/ui/ui-lint/src/test/java/androidx/compose/ui/lint/ |
| D | ConfigurationScreenWidthHeightDetectorTest.kt | 122 fun Test() { in getDetector() method 200 fun Test() { in ignoresErrorsWithWearImports() method 246 fun Test(configuration: Configuration) { in noErrors() method
|
| D | LocalContextResourcesConfigurationReadDetectorTest.kt | 91 fun Test() { in getDetector() method
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | CompositionTests.kt | 542 fun Test(showThree: Boolean) { in <lambda>() method 555 fun Test() { in <lambda>() method 560 fun MockViewValidator.Test(showThree: Boolean) { in <lambda>() method 874 fun Test(value: Int) { in <lambda>() method 880 fun MockViewValidator.Test(value: Int) { in <lambda>() method 908 fun Test(value: Int) { in <lambda>() method 913 fun MockViewValidator.Test(value: Int) { in <lambda>() method 951 fun Test(a: Int, b: Int) { in <lambda>() method 956 fun MockViewValidator.Test(a: Int, b: Int) { in <lambda>() method 997 fun Test(a: Int, b: Int, c: Int) { in <lambda>() method [all …]
|
| /compose/runtime/runtime-saveable-lint/src/test/java/androidx/compose/runtime/saveable/lint/ |
| D | RememberSaveableDetectorTest.kt | 151 fun Test() { in getDetector() method 254 fun Test() { in noErrors() method
|