Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DLayoutBinderWriter.kt871 val assignedValues = it.value.filter { it.needsLocalField && !it.isVariable() } in readWithDependants() constant
872 if (!assignedValues.isEmpty()) { in readWithDependants()
874 assignedValues.forEach { expr: Expr -> in readWithDependants()