Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
H A DNoAttributeId.java.txt27 mNoAttributePropertyId = propertyMapper.mapInt("noAttributeProperty", 0);
H A DFieldProperty.java.txt28 mFieldPropertyId = propertyMapper.mapInt("fieldProperty", R.attr.fieldProperty);
H A DSuppliedAttributeId.java.txt27 … mSuppliedAttributePropertyId = propertyMapper.mapInt("suppliedAttributeProperty", 0xdecafbad);
H A DSimpleProperties.java.txt90 mIntId = propertyMapper.mapInt("int", R.attr.int);
/aosp12/frameworks/base/core/java/android/view/inspector/
H A DPropertyMapper.java94 int mapInt(@NonNull String name, @AttrRes int attributeId); in mapInt() method
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt52248 method public int mapInt(@NonNull String, @AttrRes int);