Home
last modified time | relevance | path

Searched refs:getTransformation (Results 1 – 25 of 33) sorted by relevance

12

/cts/tests/tests/view/src/android/view/animation/cts/
DGridLayoutAnimationControllerTest.java156 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 …]
DLayoutAnimationControllerTest.java116 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 …]
DDecelerateInterpolatorTest.java117 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()
DCycleInterpolatorTest.java106 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 …]
DAccelerateInterpolatorTest.java114 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()
DAnimationTest.java172 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 …]
DLinearInterpolatorTest.java114 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()
DAccelerateDecelerateInterpolatorTest.java108 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()
DTranslateAnimationTest.java132 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()
DRotateAnimationTest.java128 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()
DAnimationSetTest.java345 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()
DScaleAnimationTest.java150 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/
DReplacementTransformationMethodTest.java78 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()
DTransformationMethodTest.java80 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()
DSingleLineTransformationMethodTest.java71 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/
DAESECBPKCS7PaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESECBPKCS7PaddingCipherTestBase
DAESGCMNoPaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESGCMNoPaddingCipherTestBase
DAESCTRNoPaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESCTRNoPaddingCipherTestBase
DAESCBCNoPaddingCipherTestBase.java22 protected String getTransformation() { in getTransformation() method in AESCBCNoPaddingCipherTestBase
DAESCBCPKS7PaddingCipherTestBase.java22 protected String getTransformation() { in getTransformation() method in AESCBCPKCS7PaddingCipherTestBase
DAESECBNoPaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESECBNoPaddingCipherTestBase
DDESedeECBPKCS7PaddingCipherTest.java12 protected String getTransformation() { in getTransformation() method in DESedeECBPKCS7PaddingCipherTest
DDESedeECBNoPaddingCipherTest.java12 protected String getTransformation() { in getTransformation() method in DESedeECBNoPaddingCipherTest
DDESedeCBCPKCS7PaddingCipherTest.java14 protected String getTransformation() { in getTransformation() method in DESedeCBCPKCS7PaddingCipherTest
DDESedeCBCNoPaddingCipherTest.java14 protected String getTransformation() { in getTransformation() method in DESedeCBCNoPaddingCipherTest

12