Searched refs:getApplicableUastTypes (Results 1 – 3 of 3) sorted by relevance
| /lifecycle/lifecycle-viewmodel-compose-lint/src/main/java/androidx/lifecycle/lint/ | ||
| D | ViewModelConstructorInComposableDetector.kt | 39 override fun getApplicableUastTypes(): List<Class<out UElement>> { in getApplicableUastTypes() method in androidx.lifecycle.lint.ViewModelConstructorInComposableDetector |
| /lifecycle/lifecycle-runtime-compose-lint/src/main/java/androidx/lifecycle/runtime/compose/lint/ | ||
| D | ComposableLifecycleCurrentStateDetector.kt | 44 override fun getApplicableUastTypes() = listOf(USimpleNameReferenceExpression::class.java) in getApplicableUastTypes() method in androidx.lifecycle.runtime.compose.lint.ComposableLifecycleCurrentStateDetector |
| /lifecycle/lifecycle-livedata-core-lint/src/main/java/androidx/lifecycle/lint/ | ||
| D | NonNullableMutableLiveDataDetector.kt | 97 override fun getApplicableUastTypes(): List<Class<out UElement>> { in getApplicableUastTypes() method in androidx.lifecycle.lint.NonNullableMutableLiveDataDetector |