Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java159 Transformation transformation = new Transformation(); in testAccessFill() local
161 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
168 transformation); in testAccessFill() local
181 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
187 transformation); in testAccessFill() local
200 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
206 transformation); in testAccessFill() local
258 Transformation transformation = new Transformation(); in testRepeatAnimation() local
362 Transformation transformation = new Transformation(); in testAccessStartOffset() local
431 Transformation transformation = new Transformation(); in testGetTransformation() local
DTransformationTest.java101 final Transformation transformation = new Transformation(); in testAccessTransformationType() local
130 final Transformation transformation = new Transformation(); in testAccessAlpha() local
151 final Transformation transformation = new Transformation(); in testGetMatrix() local
DTranslateAnimationTest.java103 final Transformation transformation = new Transformation(); in testApplyTransformation() local
164 final Transformation transformation = new Transformation(); in testInitialize() local
DRotateAnimationTest.java99 Transformation transformation = new Transformation(); in testRotateAgainstOrigin() local
152 Transformation transformation = new Transformation(); in testRotateAgainstPoint() local
DAlphaAnimationTest.java74 Transformation transformation = new Transformation(); in testApplyTransformation() local
DAccelerateInterpolatorTest.java100 Transformation transformation = new Transformation(); in testAccelerateInterpolator() local
DScaleAnimationTest.java89 final Transformation transformation = new Transformation(); in testApplyTransformation() local
DLinearInterpolatorTest.java100 Transformation transformation = new Transformation(); in testLinearInterpolator() local
DAccelerateDecelerateInterpolatorTest.java94 Transformation transformation = new Transformation(); in testAccelerateDecelerateInterpolator() local
DDecelerateInterpolatorTest.java103 Transformation transformation = new Transformation(); in testDecelerateInterpolator() local
DAnimationSetTest.java329 final Transformation transformation = new Transformation(); in assertGetTransformation() local
411 final Transformation transformation = new Transformation(); in testClone() local
DCycleInterpolatorTest.java92 Transformation transformation = new Transformation(); in testCycleInterpolator() local
/cts/tests/pdf/src/android/graphics/pdf/cts/
DPdfRendererTransformTest.java56 @Nullable Rect clipping, @Nullable Matrix transformation, int renderMode) { in PdfRendererTransformTest()
82 Matrix transformation = new Matrix(); in getParameters() local
DUtils.java118 @Nullable Rect clipping, @Nullable Matrix transformation, int renderMode, in renderWithTransform()
148 @RawRes int docRes, @Nullable Rect clipping, @Nullable Matrix transformation, in renderAndThenTransform()
244 @Nullable Rect clipping, @Nullable Matrix transformation, int renderMode, in renderAndCompare()
/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.java622 static String getCipherKeyAlgorithm(String transformation) { in getCipherKeyAlgorithm()
633 static boolean isCipherSymmetric(String transformation) { in isCipherSymmetric()
644 static String getCipherDigest(String transformation) { in getCipherDigest()
673 static String getCipherEncryptionPadding(String transformation) { in getCipherEncryptionPadding()
688 static String getCipherBlockMode(String transformation) { in getCipherBlockMode()
762 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes()
863 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith()
868 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
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringTest.java234 final TransformationMethod transformation = SingleLineTransformationMethod.getInstance(); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() local
DSpannableStringBuilderSpanTest.java606 final TransformationMethod transformation = SingleLineTransformationMethod.getInstance(); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() local