Searched refs:animated (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AnimatedImageDrawableTest.java | 73 private static final int RES_ID = R.drawable.animated; 107 AnimatedImageDrawable aid1 = (AnimatedImageDrawable) res.getDrawable(R.drawable.animated); in testMutate() 108 AnimatedImageDrawable aid2 = (AnimatedImageDrawable) res.getDrawable(R.drawable.animated); in testMutate() 119 res.getDrawable(R.drawable.animated).setAlpha(originalAlpha); in testMutate() 180 AnimatedImageDrawable drawable = createFromImageDecoder(R.drawable.animated); in testRegisterWithoutLooper() 191 AnimatedImageDrawable drawable = createFromImageDecoder(R.drawable.animated); in testRegisterCallback() 207 AnimatedImageDrawable drawable = createFromImageDecoder(R.drawable.animated); in testClearCallbacks() 237 AnimatedImageDrawable drawable = createFromImageDecoder(R.drawable.animated); in testUnregisterCallback() 443 new Object[] { R.drawable.animated, AnimatedImageDrawable.REPEAT_INFINITE }, in parametersForTestEncodedRepeats() 767 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 | 818 ImageDecoder.Source src = mCreators[0].apply(R.drawable.animated); in testResizeTransparency() 952 InputStream is = new ExceptionStream(R.drawable.animated, 27570); in testExceptionInStream() 1566 return new Object[] { R.drawable.png_test, R.drawable.animated }; in resourcesForCropTests() 1742 ImageDecoder.Source src = f.apply(R.drawable.animated); in testAlphaMaskPlusHardwareAnimated() 2521 for (int resId : new int[] { R.drawable.png_test, R.drawable.animated }) { in testTargetColorSpaceIllegal() 2653 ImageDecoder.Source src = mCreators[0].apply(R.drawable.animated); in testReuseAnimated()
|
D | AImageDecoderTest.java | 1210 private static native void nTestIsAnimated(long aimagedecoder, boolean animated);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | GridViewTest.java | 822 R.drawable.animated, R.drawable.black, 824 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()
|