Searched refs:isXml (Results 1 – 3 of 3) sorted by relevance
52 assertTrue(resourceLoader.isXml(R.drawable.rainbow)); in testIsXml_rainbow()57 assertTrue(resourceLoader.isXml(android.R.drawable.ic_popup_sync)); in testIsXml_shouldWorkWithSystem()62 boolean result = resourceLoader.isXml(R.drawable.l0_red); in testIsXml_red()
61 public boolean isXml(int resourceId) { in isXml() method in DrawableResourceLoader67 if (!isXml(resId)) { in getXmlDrawable()
427 return drawableResourceLoader.isXml( resourceId ); in isDrawableXml()