Searched refs:testDrawable (Results 1 – 2 of 2) sorted by relevance
563 AnimatedImageDrawable testDrawable = null; in testPostProcess() local576 testDrawable = (AnimatedImageDrawable) dr; in testPostProcess()586 testDrawable.draw(canvas); in testPostProcess()
882 Drawable testDrawable = mContext.getWallpaper(); in testAccessWallpaper() local892 assertNotSame(testDrawable, mContext.peekWallpaper()); in testAccessWallpaper()900 testDrawable = mContext.getWallpaper(); in testAccessWallpaper()908 assertNotSame(testDrawable, mContext.peekWallpaper()); in testAccessWallpaper()