Home
last modified time | relevance | path

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

/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DInspectionCompanionGenerator.java218 final NameAllocator mappingVariables = new NameAllocator(); in generateMapProperties() local
226 mappingVariables.newName("mPropertiesMapped"); in generateMapProperties()
227 mappingVariables.newName("propertyMapper"); in generateMapProperties()
228 properties.forEach(p -> mappingVariables.newName(fields.get(p).name)); in generateMapProperties()
237 mappingVariables.newName(property.getName() + "EnumMapping"))); in generateMapProperties()
243 mappingVariables.newName(property.getName() + "FlagMapping"))); in generateMapProperties()