Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java563 AnimatedImageDrawable testDrawable = null; in testPostProcess() local
576 testDrawable = (AnimatedImageDrawable) dr; in testPostProcess()
586 testDrawable.draw(canvas); in testPostProcess()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java882 Drawable testDrawable = mContext.getWallpaper(); in testAccessWallpaper() local
892 assertNotSame(testDrawable, mContext.peekWallpaper()); in testAccessWallpaper()
900 testDrawable = mContext.getWallpaper(); in testAccessWallpaper()
908 assertNotSame(testDrawable, mContext.peekWallpaper()); in testAccessWallpaper()