Searched refs:animated (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AnimatedImageDrawableTest.java | 75 private static final int RES_ID = R.drawable.animated; 115 AnimatedImageDrawable aid1 = (AnimatedImageDrawable) res.getDrawable(R.drawable.animated); in testMutate() 116 AnimatedImageDrawable aid2 = (AnimatedImageDrawable) res.getDrawable(R.drawable.animated); in testMutate() 127 res.getDrawable(R.drawable.animated).setAlpha(originalAlpha); in testMutate() 188 AnimatedImageDrawable drawable = createFromImageDecoder(R.drawable.animated); in testRegisterWithoutLooper() 199 AnimatedImageDrawable drawable = createFromImageDecoder(R.drawable.animated); in testRegisterCallback() 215 AnimatedImageDrawable drawable = createFromImageDecoder(R.drawable.animated); in testClearCallbacks() 245 AnimatedImageDrawable drawable = createFromImageDecoder(R.drawable.animated); in testUnregisterCallback() 451 new Object[] { R.drawable.animated, AnimatedImageDrawable.REPEAT_INFINITE }, in parametersForTestEncodedRepeats() 775 try (InputStream in = res.openRawResource(R.drawable.animated)) { in testInputStream()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | MovieTest.java | 51 private final int MOVIE = R.drawable.animated;
|
D | ImageDecoderTest.java | 936 ImageDecoder.Source src = mCreators[0].apply(R.drawable.animated); in testResizeTransparency() 1070 InputStream is = new ExceptionStream(R.drawable.animated, 27570); in testExceptionInStream() 1685 return new Object[] { R.drawable.png_test, R.drawable.animated }; in resourcesForCropTests() 1861 ImageDecoder.Source src = f.apply(R.drawable.animated); in testAlphaMaskPlusHardwareAnimated() 2647 for (int resId : new int[] { R.drawable.png_test, R.drawable.animated }) { in testTargetColorSpaceIllegal() 2779 ImageDecoder.Source src = mCreators[0].apply(R.drawable.animated); in testReuseAnimated()
|
D | AImageDecoderTest.java | 1306 private static native void nTestIsAnimated(long aimagedecoder, boolean animated);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | GridViewTest.java | 832 R.drawable.animated, R.drawable.black, 834 R.drawable.animated, R.drawable.black,
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 1235 static void testIsAnimated(JNIEnv* env, jclass, jlong imageDecoderPtr, jboolean animated) { in testIsAnimated() argument 1240 ASSERT_EQ(animated, AImageDecoder_isAnimated(decoder)); in testIsAnimated()
|