Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java332 final XmlResourceParser ani = mResources.getAnimation(R.anim.anim_rotate); in testGetAnimation() local
333 assertNotNull(ani); in testGetAnimation()
334 XmlUtils.beginDocument(ani, "rotate"); in testGetAnimation()
335 assertEquals(7, ani.getAttributeCount()); in testGetAnimation()
336 assertEquals("Binary XML file line #18", ani.getPositionDescription()); in testGetAnimation()
337 assertEquals("interpolator", ani.getAttributeName(0)); in testGetAnimation()
338 assertEquals("@17432582", ani.getAttributeValue(0)); in testGetAnimation()