/cts/tests/tests/view/src/android/view/animation/cts/ |
D | GridLayoutAnimationControllerTest.java | 156 child1.getTransformation(startTime + 500, transformation1); in assertChildrenDelay() 157 child2.getTransformation(startTime + 500, transformation2); in assertChildrenDelay() 158 child3.getTransformation(startTime + 500, transformation3); in assertChildrenDelay() 164 child1.getTransformation(startTime + 1200, transformation1); in assertChildrenDelay() 165 child2.getTransformation(startTime + 1200, transformation2); in assertChildrenDelay() 166 child3.getTransformation(startTime + 1200, transformation3); in assertChildrenDelay() 172 child1.getTransformation(startTime + 2000, transformation1); in assertChildrenDelay() 173 child2.getTransformation(startTime + 2000, transformation2); in assertChildrenDelay() 174 child3.getTransformation(startTime + 2000, transformation3); in assertChildrenDelay() 180 child1.getTransformation(startTime + 2700, transformation1); in assertChildrenDelay() [all …]
|
D | LayoutAnimationControllerTest.java | 116 childAnimation1.getTransformation(startTime + 500, transformation1); in testAccessOrder() 117 childAnimation2.getTransformation(startTime + 500, transformation2); in testAccessOrder() 118 childAnimation3.getTransformation(startTime + 500, transformation3); in testAccessOrder() 124 childAnimation1.getTransformation(startTime + 1000, transformation1); in testAccessOrder() 125 childAnimation2.getTransformation(startTime + 1000, transformation2); in testAccessOrder() 126 childAnimation3.getTransformation(startTime + 1000, transformation3); in testAccessOrder() 132 childAnimation1.getTransformation(startTime + 1500, transformation1); in testAccessOrder() 133 childAnimation2.getTransformation(startTime + 1500, transformation2); in testAccessOrder() 134 childAnimation3.getTransformation(startTime + 1500, transformation3); in testAccessOrder() 157 childAnimation1.getTransformation(startTime + 500, transformation1); in testAccessOrder() [all …]
|
D | DecelerateInterpolatorTest.java | 117 anim.getTransformation(startTime, transformation); in testDecelerateInterpolator() 121 anim.getTransformation(startTime + 500, transformation); in testDecelerateInterpolator() 124 anim.getTransformation(startTime + 1000, transformation); in testDecelerateInterpolator() 127 anim.getTransformation(startTime + 1500, transformation); in testDecelerateInterpolator() 130 anim.getTransformation(startTime + DECELERATE_ALPHA_DURATION, transformation); in testDecelerateInterpolator() 151 anim.getTransformation(startTime, transformation); in testDecelerateInterpolator() 155 anim.getTransformation(startTime + 500, transformation); in testDecelerateInterpolator() 158 anim.getTransformation(startTime + 1000, transformation); in testDecelerateInterpolator() 161 anim.getTransformation(startTime + 1500, transformation); in testDecelerateInterpolator() 164 anim.getTransformation(startTime + DECELERATE_ALPHA_DURATION, transformation); in testDecelerateInterpolator()
|
D | CycleInterpolatorTest.java | 106 anim.getTransformation(startTime, transformation); in testCycleInterpolator() 110 anim.getTransformation(startTime + 500, transformation); in testCycleInterpolator() 114 anim.getTransformation(startTime + 1000, transformation); in testCycleInterpolator() 117 anim.getTransformation(startTime + 1500, transformation); in testCycleInterpolator() 121 anim.getTransformation(startTime + CYCLE_ALPHA_DURATION, transformation); in testCycleInterpolator() 145 anim.getTransformation(startTime, transformation); in testCycleInterpolator() 149 anim.getTransformation(startTime + 250, transformation); in testCycleInterpolator() 153 anim.getTransformation(startTime + 500, transformation); in testCycleInterpolator() 156 anim.getTransformation(startTime + 750, transformation); in testCycleInterpolator() 160 anim.getTransformation(startTime + 1000, transformation); in testCycleInterpolator() [all …]
|
D | AccelerateInterpolatorTest.java | 114 anim.getTransformation(startTime, transformation); in testAccelerateInterpolator() 118 anim.getTransformation(startTime + 250, transformation); in testAccelerateInterpolator() 121 anim.getTransformation(startTime + 500, transformation); in testAccelerateInterpolator() 124 anim.getTransformation(startTime + 750, transformation); in testAccelerateInterpolator() 127 anim.getTransformation(startTime + ACCELERATE_ALPHA_DURATION, transformation); in testAccelerateInterpolator() 148 anim.getTransformation(startTime, transformation); in testAccelerateInterpolator() 152 anim.getTransformation(startTime + 250, transformation); in testAccelerateInterpolator() 155 anim.getTransformation(startTime + 500, transformation); in testAccelerateInterpolator() 158 anim.getTransformation(startTime + 750, transformation); in testAccelerateInterpolator() 161 anim.getTransformation(startTime + ACCELERATE_ALPHA_DURATION, transformation); in testAccelerateInterpolator()
|
D | AnimationTest.java | 172 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() 178 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill() 192 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() 197 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill() 211 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() 216 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill() 271 anim.getTransformation(startTime, transformation); in testRepeatAnimation() 275 anim.getTransformation(startTime + 1000, transformation); in testRepeatAnimation() 278 anim.getTransformation(startTime + 2000, transformation); in testRepeatAnimation() 288 anim.getTransformation(startTime + 3000, transformation); in testRepeatAnimation() [all …]
|
D | LinearInterpolatorTest.java | 114 anim.getTransformation(startTime, transformation); in testLinearInterpolator() 118 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP, transformation); in testLinearInterpolator() 121 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 2, transformation); in testLinearInterpolator() 124 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 3, transformation); in testLinearInterpolator() 127 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 4, transformation); in testLinearInterpolator() 130 anim.getTransformation(startTime + LINEAR_ALPHA_DURATION, transformation); in testLinearInterpolator()
|
D | AccelerateDecelerateInterpolatorTest.java | 108 anim.getTransformation(startTime, transformation); in testAccelerateDecelerateInterpolator() 112 anim.getTransformation(startTime + 500, transformation); in testAccelerateDecelerateInterpolator() 115 anim.getTransformation(startTime + 1000, transformation); in testAccelerateDecelerateInterpolator() 118 anim.getTransformation(startTime + 1500, transformation); in testAccelerateDecelerateInterpolator() 121 anim.getTransformation(startTime + ALPHA_DURATION, transformation); in testAccelerateDecelerateInterpolator()
|
D | TranslateAnimationTest.java | 132 translateAnimation.getTransformation(startTime, transformation); in testApplyTransformation() 138 translateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testApplyTransformation() 144 translateAnimation.getTransformation(startTime + DURATION, transformation); in testApplyTransformation() 201 translateAnimation.getTransformation(startTime, transformation); in testInitialize() 207 translateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testInitialize() 215 translateAnimation.getTransformation(startTime + DURATION, transformation); in testInitialize() 229 translateAnimation.getTransformation(translateAnimation.getStartTime(), transformation); in testComplexNumbers()
|
D | RotateAnimationTest.java | 128 rotateAnimation.getTransformation(startTime, transformation); in testRotateAgainstOrigin() 136 rotateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testRotateAgainstOrigin() 144 rotateAnimation.getTransformation(startTime + DURATION, transformation); in testRotateAgainstOrigin() 186 rotateAnimation.getTransformation(startTime, transformation); in testRotateAgainstPoint() 194 rotateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testRotateAgainstPoint() 202 rotateAnimation.getTransformation(startTime + DURATION, transformation); in testRotateAgainstPoint()
|
D | AnimationSetTest.java | 345 assertEquals(result, animationSet.getTransformation(currentTime, transformation)); in assertGetTransformation() 349 children.get(i).getTransformation(currentTime, tempTransformation); in assertGetTransformation() 425 children.get(i).getTransformation(startTime, expectedTransformation); in testClone() 426 cloneChildren.get(i).getTransformation(startTime, transformation); in testClone() 429 children.get(i).getTransformation(startTime + ANIMATIONSET_DURATION / 2, in testClone() 431 cloneChildren.get(i).getTransformation(startTime + ANIMATIONSET_DURATION /2, in testClone() 435 children.get(i).getTransformation(startTime + ANIMATIONSET_DURATION, in testClone() 437 cloneChildren.get(i).getTransformation(startTime + ANIMATIONSET_DURATION, in testClone()
|
D | ScaleAnimationTest.java | 150 scaleAnimation.getTransformation(startTime, transformation); 158 scaleAnimation.getTransformation(startTime + (DURATION / 2), transformation); 164 scaleAnimation.getTransformation(startTime + DURATION, transformation);
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | ReplacementTransformationMethodTest.java | 78 CharSequence result = method.getTransformation("010101", null); in testGetTransformation() 92 method.getTransformation(null, null); in testGetTransformationWithAbnormalCharSequence() 98 assertEquals("", method.getTransformation("", null).toString()); in testGetTransformationWithAbnormalCharSequence() 106 assertEquals("333333", method.getTransformation("010101", null).toString()); in testGetTransformationWithAbmornalReplacement() 114 assertEquals("343434", method.getTransformation("010101", null).toString()); in testGetTransformationWithAbmornalReplacement() 126 assertEquals("414141", method.getTransformation("010101", null).toString()); in testGetTransformationWithAbnormalOriginal() 138 method.getTransformation("012012012", null); in testGetTransformationMismatchCharCount()
|
D | TransformationMethodTest.java | 80 when(mMethod.getTransformation(any(), any())).then(returnsFirstArg()); in setup() 105 when(mMethod.getTransformation(any(), any())).then(returnsFirstArg()); in testGetTransformation() 108 verify(mMethod, atLeastOnce()).getTransformation(any(), any()); in testGetTransformation()
|
D | SingleLineTransformationMethodTest.java | 71 CharSequence result = method.getTransformation("hello\nworld\r", null); in testGetTransformation() 91 final CharSequence transformed = method.getTransformation(original, null); in testSubsequence_doesNotThrowExceptionWithParagraphSpans()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AESECBPKCS7PaddingCipherTestBase.java | 21 protected String getTransformation() { in getTransformation() method in AESECBPKCS7PaddingCipherTestBase
|
D | AESGCMNoPaddingCipherTestBase.java | 21 protected String getTransformation() { in getTransformation() method in AESGCMNoPaddingCipherTestBase
|
D | AESCTRNoPaddingCipherTestBase.java | 21 protected String getTransformation() { in getTransformation() method in AESCTRNoPaddingCipherTestBase
|
D | AESCBCNoPaddingCipherTestBase.java | 22 protected String getTransformation() { in getTransformation() method in AESCBCNoPaddingCipherTestBase
|
D | AESCBCPKS7PaddingCipherTestBase.java | 22 protected String getTransformation() { in getTransformation() method in AESCBCPKCS7PaddingCipherTestBase
|
D | AESECBNoPaddingCipherTestBase.java | 21 protected String getTransformation() { in getTransformation() method in AESECBNoPaddingCipherTestBase
|
D | DESedeECBPKCS7PaddingCipherTest.java | 12 protected String getTransformation() { in getTransformation() method in DESedeECBPKCS7PaddingCipherTest
|
D | DESedeECBNoPaddingCipherTest.java | 12 protected String getTransformation() { in getTransformation() method in DESedeECBNoPaddingCipherTest
|
D | DESedeCBCPKCS7PaddingCipherTest.java | 14 protected String getTransformation() { in getTransformation() method in DESedeCBCPKCS7PaddingCipherTest
|
D | DESedeCBCNoPaddingCipherTest.java | 14 protected String getTransformation() { in getTransformation() method in DESedeCBCNoPaddingCipherTest
|