Home
last modified time | relevance | path

Searched refs:addResourceValue (Results 1 – 2 of 2) sorted by relevance

/development/tools/layoutlib_utils/src/com/android/layoutlib/utils/
DValueResourceParser.java43 void addResourceValue(String resType, ResourceValue value); in addResourceValue() method
105 mRepository.addResourceValue(type, mCurrentStyle); in startElement()
108 mRepository.addResourceValue(type, mCurrentValue); in startElement()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DMultiResourceFile.java137 public void addResourceValue(String resType, ResourceValue value) { in addResourceValue() method in MultiResourceFile