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.java234 private void verifyVectorDrawables(int[] resIds, int[] goldenImages, int[] stateSet) in verifyVectorDrawables() argument
236 for (int i = 0; i < resIds.length; i++) { in verifyVectorDrawables()
241 XmlPullParser parser = mResources.getXml(resIds[i]); in verifyVectorDrawables()
267 DrawableTestUtils.saveAutoNamedVectorDrawableIntoPNG(mContext, mBitmap, resIds[i], in verifyVectorDrawables()
272 DrawableTestUtils.compareImages(mResources.getString(resIds[i]), mBitmap, golden, in verifyVectorDrawables()
/cts/tests/tests/keystore/src/android/keystore/cts/
DSignatureTest.java1067 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitVerifySucceeds() local
1070 resIds[0], in assertInitVerifySucceeds()
1071 resIds[1], in assertInitVerifySucceeds()
1091 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitSignSucceeds() local
1094 resIds[0], in assertInitSignSucceeds()
1095 resIds[1], in assertInitSignSucceeds()
1122 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitSignThrowsInvalidKeyException() local
1126 resIds[0], in assertInitSignThrowsInvalidKeyException()
1127 resIds[1], in assertInitSignThrowsInvalidKeyException()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java450 int[] resIds = new int[] { R.drawable.png_test, R.drawable.alpha }; in testUnpremul() local
452 for (int i = 0; i < resIds.length; ++i) { in testUnpremul()
455 ImageDecoder.Source src = f.apply(resIds[i]); in testUnpremul()
465 src = f.apply(resIds[i]); in testUnpremul()
578 int resIds[] = new int[] { R.drawable.ninepatch_0, in testPostProcessorOverridesNinepatch() local
581 for (int resId : resIds) { in testPostProcessorOverridesNinepatch()
616 int resIds[] = new int[] { R.drawable.alpha, R.drawable.google_logo_2 }; in testPostProcessorAndMadeOpaque() local
617 for (int resId : resIds) { in testPostProcessorAndMadeOpaque()
1720 int resIds[] = new int[] { R.drawable.grayscale_png, R.drawable.grayscale_jpg }; in testAlphaMask() local
1723 for (int resId : resIds) { in testAlphaMask()
[all …]