Home
last modified time | relevance | path

Searched defs:identifier (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout/
DdependencyAnalysis-baseline.json7 "identifier": "androidx.annotation:annotation", string
15 "identifier": "androidx.appcompat:appcompat-resources", string
23 "identifier": "junit:junit", string
/constraintlayout/constraintlayout-compose-lint/src/main/java/androidx/constraintlayout/compose/lint/
DConstraintLayoutDslDetector.kt348 argumentExpression.findChildIdentifier()?.let { identifier -> in getApplicableUastTypes() method
579 val identifier = chainNode.expression in findChainLikeConstraints() constant
716 val identifier = (node.receiver as? USimpleNameReferenceExpression) ?: return true in isChainParamsCalledInIdentifier() constant
774 var identifier: USimpleNameReferenceExpression? = null in findChildIdentifier() variable