Searched refs:exifAnimation (Results 1 – 1 of 1) sorted by relevance
505 AnimatedImageDrawable exifAnimation = createFromImageDecoder(R.drawable.animated_webp); in testExif() local511 assertEquals(width, exifAnimation.getIntrinsicWidth()); in testExif()512 assertEquals(height, exifAnimation.getIntrinsicHeight()); in testExif()518 exifAnimation.setBounds(0, 0, width, height); in testExif()519 exifAnimation.draw(canvas); in testExif()