Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java160 Transformation transformation = new Transformation(); in testAccessFill() local
162 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
169 transformation); in testAccessFill() local
182 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
188 transformation); in testAccessFill() local
201 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local
207 transformation); in testAccessFill() local
259 Transformation transformation = new Transformation(); in testRepeatAnimation() local
363 Transformation transformation = new Transformation(); in testAccessStartOffset() local
432 Transformation transformation = new Transformation(); in testGetTransformation() local
DTransformationTest.java102 final Transformation transformation = new Transformation(); in testAccessTransformationType() local
131 final Transformation transformation = new Transformation(); in testAccessAlpha() local
152 final Transformation transformation = new Transformation(); in testGetMatrix() local
DTranslateAnimationTest.java104 final Transformation transformation = new Transformation(); in testApplyTransformation() local
165 final Transformation transformation = new Transformation(); in testInitialize() local
DRotateAnimationTest.java100 Transformation transformation = new Transformation(); in testRotateAgainstOrigin() local
153 Transformation transformation = new Transformation(); in testRotateAgainstPoint() local
DAlphaAnimationTest.java75 Transformation transformation = new Transformation(); in testApplyTransformation() local
DAccelerateInterpolatorTest.java101 Transformation transformation = new Transformation(); in testAccelerateInterpolator() local
DScaleAnimationTest.java90 final Transformation transformation = new Transformation(); in testApplyTransformation() local
DLinearInterpolatorTest.java101 Transformation transformation = new Transformation(); in testLinearInterpolator() local
DAccelerateDecelerateInterpolatorTest.java95 Transformation transformation = new Transformation(); in testAccelerateDecelerateInterpolator() local
DDecelerateInterpolatorTest.java104 Transformation transformation = new Transformation(); in testDecelerateInterpolator() local
DAnimationSetTest.java330 final Transformation transformation = new Transformation(); in assertGetTransformation() local
412 final Transformation transformation = new Transformation(); in testClone() local
DCycleInterpolatorTest.java93 Transformation transformation = new Transformation(); in testCycleInterpolator() local
/cts/tests/pdf/src/android/graphics/pdf/cts/
DPdfRendererTransformTest.java57 @Nullable Rect clipping, @Nullable Matrix transformation, int renderMode) { in PdfRendererTransformTest()
83 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.java1117 private static boolean isRandomizedEncryption(String transformation) { in isRandomizedEncryption()
1667 private AlgorithmParameterSpec getWorkingDecryptionParameterSpec(String transformation) { in getWorkingDecryptionParameterSpec()
1701 private void assertInitDecryptSucceeds(String transformation, KeyProtection importParams) in assertInitDecryptSucceeds()
1711 String transformation, KeyProtection importParams) throws Exception { in assertInitDecryptThrowsInvalidKeyException()
1722 private void assertInitEncryptSucceeds(String transformation, KeyProtection importParams) in assertInitEncryptSucceeds()
1731 String transformation, KeyProtection importParams) throws Exception { in assertInitEncryptThrowsInvalidKeyException()
1742 String transformation, KeyProtection importParams) in importDefaultKatKey()
1768 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey()
1776 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys()
1782 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in importKatKeys()
[all …]
DTestUtils.java699 static String getKeyAlgorithm(String transformation) { in getKeyAlgorithm()
739 static String getCipherKeyAlgorithm(String transformation) { in getCipherKeyAlgorithm()
752 static boolean isCipherSymmetric(String transformation) { in isCipherSymmetric()
764 static String getCipherDigest(String transformation) { in getCipherDigest()
793 static String getCipherEncryptionPadding(String transformation) { in getCipherEncryptionPadding()
808 static String getCipherBlockMode(String transformation) { in getCipherBlockMode()
885 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, int keySizeBits) { in getMaxSupportedPlaintextInputSizeBytes()
905 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes()
1014 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith()
1019 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith()
[all …]
DBlockCipherTestBase.java1274 String transformation = getTransformation(); in getKeyAlgorithm() local
1283 String transformation = getTransformation(); in getBlockMode() local
1296 String transformation = getTransformation(); in getPadding() local
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringTest.java236 final TransformationMethod transformation = SingleLineTransformationMethod.getInstance(); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() local
DSpannableStringBuilderSpanTest.java607 final TransformationMethod transformation = SingleLineTransformationMethod.getInstance(); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() local
/cts/tests/app/src/android/app/cts/
DNotificationTest.java1023 private Notification.Action makeNotificationAction( in makeNotificationAction()