Home
last modified time | relevance | path

Searched refs:rotated (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix2fTest.java204 float[] rotated = new float[4]; in testRotateLoadRotate() local
205 rotated[0] = rotate[0] * sourceData[0] + rotate[1] * sourceData[2]; in testRotateLoadRotate()
206 rotated[1] = rotate[0] * sourceData[1] + rotate[1] * sourceData[3]; in testRotateLoadRotate()
207 rotated[2] = rotate[2] * sourceData[0] + rotate[3] * sourceData[2]; in testRotateLoadRotate()
208 rotated[3] = rotate[2] * sourceData[1] + rotate[3] * sourceData[3]; in testRotateLoadRotate()
212 checkData(m, rotated); in testRotateLoadRotate()
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/
DAndroid.bp45 // This is the second version of the test app signed with the rotated signing
47 // app continues to function as expected after an update with a rotated key.
65 // This is the third version of the test app signed with the same rotated
67 // be updated and function as expected after the signing key has been rotated.
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java180 boolean rotated = mInstrumentation.getUiAutomation().setRotation(nextRotation); in rotate()
182 if (!rotated) { in rotate()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java199 Bitmap rotated = Bitmap.createBitmap(orig, 0, 0, orig.getWidth(), in createFromSourceWithColorSpace() local
203 assertSame(Bitmap.Config.ARGB_8888, rotated.getConfig()); in createFromSourceWithColorSpace()
204 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), rotated.getColorSpace()); in createFromSourceWithColorSpace()
207 assertSame(Bitmap.Config.ARGB_8888, rotated.getConfig()); in createFromSourceWithColorSpace()
211 orig.getColorSpace(), rotated.getColorSpace()); in createFromSourceWithColorSpace()
/cts/hostsidetests/appsecurity/res/pkgsigverify/
Dgenerate-apks.sh32 …s/hostsidetests/appsecurity/res/pkgsigverify/v4-inc-to-v3-noninc-ec-p384-rotated-ec-p256-appv2.apk…