Home
last modified time | relevance | path

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

/frameworks/base/tools/codegen/src/com/android/codegen/
DGenerators.kt908 val specializations = listOf("Object", "int") constant
909 val usedSpecializations = fields.map { if (it.Type in specializations) it.Type else "Object" }