Home
last modified time | relevance | path

Searched defs:receiverType (Results 1 – 6 of 6) sorted by relevance

/compose/lint/internal-lint-checks/src/main/java/androidx/compose/lint/
DAsCollectionDetector.kt55 val receiverType = node.receiverType as? PsiClassReferenceType ?: return in getApplicableUastTypes() constant
DListIteratorDetector.kt74 val receiverType = node.receiverType in getApplicableUastTypes() constant
/compose/foundation/foundation-lint/src/main/java/androidx/compose/foundation/lint/
DBoxWithConstraintsDetector.kt96 val receiverType = node.receiverType ?: return foundValidReference in <lambda>() constant
/compose/runtime/runtime-lint/src/main/java/androidx/compose/runtime/lint/
DComposableFlowOperatorDetector.kt61 val receiverType = node.receiverType in getApplicableUastTypes() constant
/compose/animation/animation-core-lint/src/main/java/androidx/compose/animation/core/lint/
DTransitionDetector.kt55 val receiverType = node.receiverType as? PsiClassReferenceType ?: return in <lambda>() constant
/compose/ui/ui-lint/src/main/java/androidx/compose/ui/lint/
DModifierDeclarationDetector.kt207 val receiverType = in UMethod() constant
208 when (val receiverType = receiverTypeReference.typeElement) { in UMethod() constant