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.java125 Transformation transformation = new Transformation(); in testAccessFill() local
127 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
134 transformation); in testAccessFill() local
146 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
152 transformation); in testAccessFill() local
164 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
170 transformation); in testAccessFill() local
229 Transformation transformation = new Transformation(); in testRepeatAnimation() local
351 Transformation transformation = new Transformation(); in testAccessStartOffset() local
427 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.java801 private static boolean isRandomizedEncryption(String transformation) { in isRandomizedEncryption()
1423 private AlgorithmParameterSpec getWorkingDecryptionParameterSpec(String transformation) { in getWorkingDecryptionParameterSpec()
1447 private void assertInitDecryptSucceeds(String transformation, KeyProtection importParams) in assertInitDecryptSucceeds()
1457 String transformation, KeyProtection importParams) throws Exception { in assertInitDecryptThrowsInvalidKeyException()
1468 private void assertInitEncryptSucceeds(String transformation, KeyProtection importParams) in assertInitEncryptSucceeds()
1477 String transformation, KeyProtection importParams) throws Exception { in assertInitEncryptThrowsInvalidKeyException()
1488 String transformation, KeyProtection importParams) in importDefaultKatKey()
1509 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey()
1517 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys()
1544 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()
761 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes()
862 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith()
867 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith()
DBlockCipherTestBase.java1258 String transformation = getTransformation(); in getKeyAlgorithm() local
1267 String transformation = getTransformation(); in getBlockMode() local
1280 String transformation = getTransformation(); in getPadding() local