Searched refs:mapResourceId (Results 1 – 4 of 4) sorted by relevance
1763 mAboveId = propertyMapper.mapResourceId("layout_above", R.attr.layout_above); in mapProperties()1765 mAlignBaselineId = propertyMapper.mapResourceId( in mapProperties()1768 mAlignBottomId = propertyMapper.mapResourceId( in mapProperties()1771 mAlignEndId = propertyMapper.mapResourceId( in mapProperties()1774 mAlignLeftId = propertyMapper.mapResourceId( in mapProperties()1795 mAlignRightId = propertyMapper.mapResourceId( in mapProperties()1798 mAlignStartId = propertyMapper.mapResourceId( in mapProperties()1801 mAlignTopId = propertyMapper.mapResourceId( in mapProperties()1808 mBelowId = propertyMapper.mapResourceId("layout_below", R.attr.layout_below); in mapProperties()1819 mToEndOfId = propertyMapper.mapResourceId( in mapProperties()[all …]
170 int mapResourceId(@NonNull String name, @AttrRes int attributeId); in mapResourceId() method
93 mResourceIdId = propertyMapper.mapResourceId("resourceId", R.attr.resourceId);
53334 method public int mapResourceId(@NonNull String, @AttrRes int);