Home
last modified time | relevance | path

Searched defs:transformation (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java122 Transformation transformation = new Transformation(); in testAccessFill() local
124 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
131 transformation); in testAccessFill() local
143 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
149 transformation); in testAccessFill() local
161 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
167 transformation); in testAccessFill() local
226 Transformation transformation = new Transformation(); in testRepeatAnimation() local
348 Transformation transformation = new Transformation(); in testAccessStartOffset() local
424 Transformation transformation = new Transformation(); in testGetTransformation() local
DTransformationTest.java85 final Transformation transformation = new Transformation(); in testAccessTransformationType() local
112 final Transformation transformation = new Transformation(); in testAccessAlpha() local
131 final Transformation transformation = new Transformation(); in testGetMatrix() local
DAlphaAnimationTest.java52 Transformation transformation = new Transformation(); in testApplyTransformation() local
DTranslateAnimationTest.java88 final Transformation transformation = new Transformation(); in testApplyTransformation() local
147 final Transformation transformation = new Transformation(); in testInitialize() local
DRotateAnimationTest.java85 Transformation transformation = new Transformation(); in testRotateAgainstOrigin() local
136 Transformation transformation = new Transformation(); in testRotateAgainstPoint() local
DAccelerateInterpolatorTest.java85 Transformation transformation = new Transformation(); in testAccelerateInterpolator() local
DScaleAnimationTest.java72 final Transformation transformation = new Transformation(); in testApplyTransformation() local
DLinearInterpolatorTest.java83 Transformation transformation = new Transformation(); in testLinearInterpolator() local
DAccelerateDecelerateInterpolatorTest.java79 Transformation transformation = new Transformation(); in testAccelerateDecelerateInterpolator() local
DDecelerateInterpolatorTest.java88 Transformation transformation = new Transformation(); in testDecelerateInterpolator() local
DAnimationSetTest.java302 final Transformation transformation = new Transformation(); in assertGetTransformation() local
381 final Transformation transformation = new Transformation(); in testClone() local
DCycleInterpolatorTest.java78 Transformation transformation = new Transformation(); in testCycyleInterpolator() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java787 private static boolean isRandomizedEncryption(String transformation) { in isRandomizedEncryption()
1409 private AlgorithmParameterSpec getWorkingDecryptionParameterSpec(String transformation) { in getWorkingDecryptionParameterSpec()
1433 private void assertInitDecryptSucceeds(String transformation, KeyProtection importParams) in assertInitDecryptSucceeds()
1443 String transformation, KeyProtection importParams) throws Exception { in assertInitDecryptThrowsInvalidKeyException()
1454 private void assertInitEncryptSucceeds(String transformation, KeyProtection importParams) in assertInitEncryptSucceeds()
1463 String transformation, KeyProtection importParams) throws Exception { in assertInitEncryptThrowsInvalidKeyException()
1474 String transformation, KeyProtection importParams) in importDefaultKatKey()
1495 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey()
1503 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys()
1530 private static boolean isSymmetric(String transformation) { in isSymmetric()
[all …]
DTestUtils.java621 static String getCipherKeyAlgorithm(String transformation) { in getCipherKeyAlgorithm()
632 static boolean isCipherSymmetric(String transformation) { in isCipherSymmetric()
643 static String getCipherDigest(String transformation) { in getCipherDigest()
672 static String getCipherEncryptionPadding(String transformation) { in getCipherEncryptionPadding()
687 static String getCipherBlockMode(String transformation) { in getCipherBlockMode()
760 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes()
861 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith()
866 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith()
DBlockCipherTestBase.java1255 String transformation = getTransformation(); in getKeyAlgorithm() local
1264 String transformation = getTransformation(); in getBlockMode() local
1277 String transformation = getTransformation(); in getPadding() local