Searched refs:readResourceId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 1842 propertyReader.readResourceId(mAboveId, rules[ABOVE]); in readProperties() 1843 propertyReader.readResourceId(mAlignBaselineId, rules[ALIGN_BASELINE]); in readProperties() 1844 propertyReader.readResourceId(mAlignBottomId, rules[ALIGN_BOTTOM]); in readProperties() 1845 propertyReader.readResourceId(mAlignEndId, rules[ALIGN_END]); in readProperties() 1846 propertyReader.readResourceId(mAlignLeftId, rules[ALIGN_LEFT]); in readProperties() 1854 propertyReader.readResourceId(mAlignRightId, rules[ALIGN_RIGHT]); in readProperties() 1855 propertyReader.readResourceId(mAlignStartId, rules[ALIGN_START]); in readProperties() 1856 propertyReader.readResourceId(mAlignTopId, rules[ALIGN_TOP]); in readProperties() 1858 propertyReader.readResourceId(mBelowId, rules[BELOW]); in readProperties() 1862 propertyReader.readResourceId(mToEndOfId, rules[END_OF]); in readProperties() [all …]
|
/frameworks/base/core/java/android/view/inspector/ |
D | PropertyReader.java | 188 void readResourceId(int id, @AnyRes int value); in readResourceId() method
|
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/ |
D | SimpleProperties.java.txt | 113 propertyReader.readResourceId(mResourceIdId, node.getResourceId());
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 54721 method public void readResourceId(int, @AnyRes int);
|
/frameworks/base/api/ |
D | current.txt | 54865 method public void readResourceId(int, @AnyRes int);
|