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.java238 private void verifyVectorDrawables(int[] resIds, int[] goldenImages, int[] stateSet) in verifyVectorDrawables() argument
240 verifyVectorDrawables(resIds, goldenImages, stateSet, in verifyVectorDrawables()
246 private void verifyVectorDrawables(int[] resIds, int[] goldenImages, int[] stateSet, in verifyVectorDrawables() argument
249 for (int i = 0; i < resIds.length; i++) { in verifyVectorDrawables()
254 XmlPullParser parser = mResources.getXml(resIds[i]); in verifyVectorDrawables()
280 DrawableTestUtils.saveAutoNamedVectorDrawableIntoPNG(mContext, mBitmap, resIds[i], in verifyVectorDrawables()
285 DrawableTestUtils.compareImages(mResources.getString(resIds[i]), mBitmap, golden, in verifyVectorDrawables()
/cts/tests/tests/keystore/src/android/keystore/cts/
DSignatureTest.java1122 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitVerifySucceeds() local
1125 resIds[0], in assertInitVerifySucceeds()
1126 resIds[1], in assertInitVerifySucceeds()
1146 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitSignSucceeds() local
1149 resIds[0], in assertInitSignSucceeds()
1150 resIds[1], in assertInitSignSucceeds()
1177 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitSignThrowsInvalidKeyException() local
1181 resIds[0], in assertInitSignThrowsInvalidKeyException()
1182 resIds[1], in assertInitSignThrowsInvalidKeyException()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java595 int[] resIds = new int[] { R.drawable.png_test, R.drawable.alpha }; in testUnpremul() local
597 for (int i = 0; i < resIds.length; ++i) { in testUnpremul()
600 ImageDecoder.Source src = f.apply(resIds[i]); in testUnpremul()
610 src = f.apply(resIds[i]); in testUnpremul()
721 int resIds[] = new int[] { R.drawable.ninepatch_0, in testPostProcessorOverridesNinepatch() local
724 for (int resId : resIds) { in testPostProcessorOverridesNinepatch()
759 int resIds[] = new int[] { R.drawable.alpha, R.drawable.google_logo_2 }; in testPostProcessorAndMadeOpaque() local
760 for (int resId : resIds) { in testPostProcessorAndMadeOpaque()
1922 int resIds[] = new int[] { R.drawable.grayscale_png, R.drawable.grayscale_jpg }; in testAlphaMask() local
1925 for (int resId : resIds) { in testAlphaMask()
[all …]