Home
last modified time | relevance | path

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

/lifecycle/lifecycle-viewmodel-compose-lint/src/main/java/androidx/lifecycle/lint/
DViewModelConstructorInComposableDetector.kt39 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/
DComposableLifecycleCurrentStateDetector.kt44 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/
DNonNullableMutableLiveDataDetector.kt97 override fun getApplicableUastTypes(): List<Class<out UElement>> { in getApplicableUastTypes() method in androidx.lifecycle.lint.NonNullableMutableLiveDataDetector