Home
last modified time | relevance | path

Searched refs:resIds (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DVectorDrawableTest.java235 private void verifyVectorDrawables(int[] resIds, int[] goldenImages, int[] stateSet) in verifyVectorDrawables() argument
237 for (int i = 0; i < resIds.length; i++) { in verifyVectorDrawables()
242 XmlPullParser parser = mResources.getXml(resIds[i]); in verifyVectorDrawables()
268 DrawableTestUtils.saveAutoNamedVectorDrawableIntoPNG(mContext, mBitmap, resIds[i], in verifyVectorDrawables()
273 DrawableTestUtils.compareImages(mResources.getString(resIds[i]), mBitmap, golden, in verifyVectorDrawables()
/cts/tests/tests/keystore/src/android/keystore/cts/
DSignatureTest.java1074 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitVerifySucceeds() local
1077 resIds[0], in assertInitVerifySucceeds()
1078 resIds[1], in assertInitVerifySucceeds()
1098 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitSignSucceeds() local
1101 resIds[0], in assertInitSignSucceeds()
1102 resIds[1], in assertInitSignSucceeds()
1129 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitSignThrowsInvalidKeyException() local
1133 resIds[0], in assertInitSignThrowsInvalidKeyException()
1134 resIds[1], in assertInitSignThrowsInvalidKeyException()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java477 int[] resIds = new int[] { R.drawable.png_test, R.drawable.alpha }; in testUnpremul() local
479 for (int i = 0; i < resIds.length; ++i) { in testUnpremul()
482 ImageDecoder.Source src = f.apply(resIds[i]); in testUnpremul()
492 src = f.apply(resIds[i]); in testUnpremul()
603 int resIds[] = new int[] { R.drawable.ninepatch_0, in testPostProcessorOverridesNinepatch() local
606 for (int resId : resIds) { in testPostProcessorOverridesNinepatch()
641 int resIds[] = new int[] { R.drawable.alpha, R.drawable.google_logo_2 }; in testPostProcessorAndMadeOpaque() local
642 for (int resId : resIds) { in testPostProcessorAndMadeOpaque()
1803 int resIds[] = new int[] { R.drawable.grayscale_png, R.drawable.grayscale_jpg }; in testAlphaMask() local
1806 for (int resId : resIds) { in testAlphaMask()
[all …]