Home
last modified time | relevance | path

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

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