Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java1762 mAboveId = propertyMapper.mapResourceId("layout_above", R.attr.layout_above); in mapProperties()
1764 mAlignBaselineId = propertyMapper.mapResourceId( in mapProperties()
1767 mAlignBottomId = propertyMapper.mapResourceId( in mapProperties()
1770 mAlignEndId = propertyMapper.mapResourceId( in mapProperties()
1773 mAlignLeftId = propertyMapper.mapResourceId( in mapProperties()
1794 mAlignRightId = propertyMapper.mapResourceId( in mapProperties()
1797 mAlignStartId = propertyMapper.mapResourceId( in mapProperties()
1800 mAlignTopId = propertyMapper.mapResourceId( in mapProperties()
1807 mBelowId = propertyMapper.mapResourceId("layout_below", R.attr.layout_below); in mapProperties()
1818 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/non-updatable-api/
Dcurrent.txt54698 method public int mapResourceId(@NonNull String, @AttrRes int);
/frameworks/base/api/
Dcurrent.txt54842 method public int mapResourceId(@NonNull String, @AttrRes int);