Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose-lint/src/main/java/androidx/constraintlayout/compose/lint/
DConstraintLayoutDslDetector.kt138 CREATE_HORIZONTAL_CHAIN_NAME -> detectChainParamsUsage(node, true) in getApplicableUastTypes()
139 CREATE_VERTICAL_CHAIN_NAME -> detectChainParamsUsage(node, false) in getApplicableUastTypes()
331 private fun detectChainParamsUsage(node: UCallExpression, isHorizontal: Boolean) { in getApplicableUastTypes() method