Searched defs:processResourceXml (Results 1 - 8 of 8) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DXTagXmlResourceLoader.java38 protected void processResourceXml( File xmlFile, Document document, boolean isSystem ) throws Exception { method in class:XTagXmlResourceLoader
H A DXmlLoader.java15 protected abstract void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception; method in class:XmlLoader
H A DXpathResourceXmlLoader.java21 @Override protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { method in class:XpathResourceXmlLoader
H A DAttrResourceLoader.java26 protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { method in class:AttrResourceLoader
H A DDrawableResourceLoader.java97 * @see com.xtremelabs.robolectric.res.XmlLoader#processResourceXml(java.io.File,
101 protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { method in class:DrawableResourceLoader
H A DMenuLoader.java33 protected void processResourceXml(File xmlFile, Document document, boolean ignored) throws Exception { method in class:MenuLoader
H A DPreferenceLoader.java34 protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { method in class:PreferenceLoader
H A DViewLoader.java40 protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { method in class:ViewLoader

Completed in 115 milliseconds