Searched refs:testDrawable (Results 1 – 2 of 2) sorted by relevance
571 AnimatedImageDrawable testDrawable = null; in testPostProcess() local584 testDrawable = (AnimatedImageDrawable) dr; in testPostProcess()594 testDrawable.draw(canvas); in testPostProcess()
1005 Drawable testDrawable = mContext.getWallpaper(); in testAccessWallpaper() local1015 assertNotSame(testDrawable, mContext.peekWallpaper()); in testAccessWallpaper()1023 testDrawable = mContext.getWallpaper(); in testAccessWallpaper()1031 assertNotSame(testDrawable, mContext.peekWallpaper()); in testAccessWallpaper()