Searched refs:mapInt (Results 1 – 6 of 6) sorted by relevance
27 mNoAttributePropertyId = propertyMapper.mapInt("noAttributeProperty", 0);
28 mFieldPropertyId = propertyMapper.mapInt("fieldProperty", R.attr.fieldProperty);
27 … mSuppliedAttributePropertyId = propertyMapper.mapInt("suppliedAttributeProperty", 0xdecafbad);
90 mIntId = propertyMapper.mapInt("int", R.attr.int);
94 int mapInt(@NonNull String name, @AttrRes int attributeId); in mapInt() method
57259 method public int mapInt(@NonNull String, @AttrRes int);