Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java1763 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 …]
/frameworks/base/core/java/android/view/inspector/
DPropertyMapper.java170 int mapResourceId(@NonNull String name, @AttrRes int attributeId); in mapResourceId() method
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
DSimpleProperties.java.txt93 mResourceIdId = propertyMapper.mapResourceId("resourceId", R.attr.resourceId);
/frameworks/base/api/
Dcurrent.txt53334 method public int mapResourceId(@NonNull String, @AttrRes int);