Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/animation/cts/
DGridLayoutAnimationControllerTest.java145 child1.getTransformation(startTime + 500, transformation1); in assertChildrenDelay()
146 child2.getTransformation(startTime + 500, transformation2); in assertChildrenDelay()
147 child3.getTransformation(startTime + 500, transformation3); in assertChildrenDelay()
153 child1.getTransformation(startTime + 1200, transformation1); in assertChildrenDelay()
154 child2.getTransformation(startTime + 1200, transformation2); in assertChildrenDelay()
155 child3.getTransformation(startTime + 1200, transformation3); in assertChildrenDelay()
161 child1.getTransformation(startTime + 2000, transformation1); in assertChildrenDelay()
162 child2.getTransformation(startTime + 2000, transformation2); in assertChildrenDelay()
163 child3.getTransformation(startTime + 2000, transformation3); in assertChildrenDelay()
169 child1.getTransformation(startTime + 2700, transformation1); in assertChildrenDelay()
[all …]
DLayoutAnimationControllerTest.java105 childAnimation1.getTransformation(startTime + 500, transformation1); in testAccessOrder()
106 childAnimation2.getTransformation(startTime + 500, transformation2); in testAccessOrder()
107 childAnimation3.getTransformation(startTime + 500, transformation3); in testAccessOrder()
113 childAnimation1.getTransformation(startTime + 1000, transformation1); in testAccessOrder()
114 childAnimation2.getTransformation(startTime + 1000, transformation2); in testAccessOrder()
115 childAnimation3.getTransformation(startTime + 1000, transformation3); in testAccessOrder()
121 childAnimation1.getTransformation(startTime + 1500, transformation1); in testAccessOrder()
122 childAnimation2.getTransformation(startTime + 1500, transformation2); in testAccessOrder()
123 childAnimation3.getTransformation(startTime + 1500, transformation3); in testAccessOrder()
146 childAnimation1.getTransformation(startTime + 500, transformation1); in testAccessOrder()
[all …]
DDecelerateInterpolatorTest.java106 anim.getTransformation(startTime, transformation); in testDecelerateInterpolator()
110 anim.getTransformation(startTime + 500, transformation); in testDecelerateInterpolator()
113 anim.getTransformation(startTime + 1000, transformation); in testDecelerateInterpolator()
116 anim.getTransformation(startTime + 1500, transformation); in testDecelerateInterpolator()
119 anim.getTransformation(startTime + DECELERATE_ALPHA_DURATION, transformation); in testDecelerateInterpolator()
140 anim.getTransformation(startTime, transformation); in testDecelerateInterpolator()
144 anim.getTransformation(startTime + 500, transformation); in testDecelerateInterpolator()
147 anim.getTransformation(startTime + 1000, transformation); in testDecelerateInterpolator()
150 anim.getTransformation(startTime + 1500, transformation); in testDecelerateInterpolator()
153 anim.getTransformation(startTime + DECELERATE_ALPHA_DURATION, transformation); in testDecelerateInterpolator()
DAccelerateInterpolatorTest.java103 anim.getTransformation(startTime, transformation); in testAccelerateInterpolator()
107 anim.getTransformation(startTime + 250, transformation); in testAccelerateInterpolator()
110 anim.getTransformation(startTime + 500, transformation); in testAccelerateInterpolator()
113 anim.getTransformation(startTime + 750, transformation); in testAccelerateInterpolator()
116 anim.getTransformation(startTime + ACCELERATE_ALPHA_DURATION, transformation); in testAccelerateInterpolator()
137 anim.getTransformation(startTime, transformation); in testAccelerateInterpolator()
141 anim.getTransformation(startTime + 250, transformation); in testAccelerateInterpolator()
144 anim.getTransformation(startTime + 500, transformation); in testAccelerateInterpolator()
147 anim.getTransformation(startTime + 750, transformation); in testAccelerateInterpolator()
150 anim.getTransformation(startTime + ACCELERATE_ALPHA_DURATION, transformation); in testAccelerateInterpolator()
DCycleInterpolatorTest.java95 anim.getTransformation(startTime, transformation); in testCycleInterpolator()
99 anim.getTransformation(startTime + 500, transformation); in testCycleInterpolator()
103 anim.getTransformation(startTime + 1000, transformation); in testCycleInterpolator()
106 anim.getTransformation(startTime + 1500, transformation); in testCycleInterpolator()
110 anim.getTransformation(startTime + CYCLE_ALPHA_DURATION, transformation); in testCycleInterpolator()
134 anim.getTransformation(startTime, transformation); in testCycleInterpolator()
138 anim.getTransformation(startTime + 250, transformation); in testCycleInterpolator()
142 anim.getTransformation(startTime + 500, transformation); in testCycleInterpolator()
145 anim.getTransformation(startTime + 750, transformation); in testCycleInterpolator()
149 anim.getTransformation(startTime + 1000, transformation); in testCycleInterpolator()
[all …]
DAnimationTest.java162 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
168 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
182 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
187 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
201 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
206 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
261 anim.getTransformation(startTime, transformation); in testRepeatAnimation()
265 anim.getTransformation(startTime + 1000, transformation); in testRepeatAnimation()
268 anim.getTransformation(startTime + 2000, transformation); in testRepeatAnimation()
278 anim.getTransformation(startTime + 3000, transformation); in testRepeatAnimation()
[all …]
DLinearInterpolatorTest.java103 anim.getTransformation(startTime, transformation); in testLinearInterpolator()
107 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP, transformation); in testLinearInterpolator()
110 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 2, transformation); in testLinearInterpolator()
113 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 3, transformation); in testLinearInterpolator()
116 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 4, transformation); in testLinearInterpolator()
119 anim.getTransformation(startTime + LINEAR_ALPHA_DURATION, transformation); in testLinearInterpolator()
DAccelerateDecelerateInterpolatorTest.java97 anim.getTransformation(startTime, transformation); in testAccelerateDecelerateInterpolator()
101 anim.getTransformation(startTime + 500, transformation); in testAccelerateDecelerateInterpolator()
104 anim.getTransformation(startTime + 1000, transformation); in testAccelerateDecelerateInterpolator()
107 anim.getTransformation(startTime + 1500, transformation); in testAccelerateDecelerateInterpolator()
110 anim.getTransformation(startTime + ALPHA_DURATION, transformation); in testAccelerateDecelerateInterpolator()
DRotateAnimationTest.java117 rotateAnimation.getTransformation(startTime, transformation); in testRotateAgainstOrigin()
125 rotateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testRotateAgainstOrigin()
133 rotateAnimation.getTransformation(startTime + DURATION, transformation); in testRotateAgainstOrigin()
175 rotateAnimation.getTransformation(startTime, transformation); in testRotateAgainstPoint()
183 rotateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testRotateAgainstPoint()
191 rotateAnimation.getTransformation(startTime + DURATION, transformation); in testRotateAgainstPoint()
DTranslateAnimationTest.java119 translateAnimation.getTransformation(startTime, transformation); in testApplyTransformation()
125 translateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testApplyTransformation()
131 translateAnimation.getTransformation(startTime + DURATION, transformation); in testApplyTransformation()
188 translateAnimation.getTransformation(startTime, transformation); in testInitialize()
194 translateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testInitialize()
202 translateAnimation.getTransformation(startTime + DURATION, transformation); in testInitialize()
DAnimationSetTest.java334 assertEquals(result, animationSet.getTransformation(currentTime, transformation)); in assertGetTransformation()
338 children.get(i).getTransformation(currentTime, tempTransformation); in assertGetTransformation()
414 children.get(i).getTransformation(startTime, expectedTransformation); in testClone()
415 cloneChildren.get(i).getTransformation(startTime, transformation); in testClone()
418 children.get(i).getTransformation(startTime + ANIMATIONSET_DURATION / 2, in testClone()
420 cloneChildren.get(i).getTransformation(startTime + ANIMATIONSET_DURATION /2, in testClone()
424 children.get(i).getTransformation(startTime + ANIMATIONSET_DURATION, in testClone()
426 cloneChildren.get(i).getTransformation(startTime + ANIMATIONSET_DURATION, in testClone()
DScaleAnimationTest.java139 scaleAnimation.getTransformation(startTime, transformation);
147 scaleAnimation.getTransformation(startTime + (DURATION / 2), transformation);
153 scaleAnimation.getTransformation(startTime + DURATION, transformation);
/cts/tests/tests/text/src/android/text/method/cts/
DReplacementTransformationMethodTest.java65 CharSequence result = method.getTransformation("010101", null); in testGetTransformation()
79 method.getTransformation(null, null); in testGetTransformationWithAbnormalCharSequence()
85 assertEquals("", method.getTransformation("", null).toString()); in testGetTransformationWithAbnormalCharSequence()
93 assertEquals("333333", method.getTransformation("010101", null).toString()); in testGetTransformationWithAbmornalReplacement()
101 assertEquals("343434", method.getTransformation("010101", null).toString()); in testGetTransformationWithAbmornalReplacement()
113 assertEquals("414141", method.getTransformation("010101", null).toString()); in testGetTransformationWithAbnormalOriginal()
125 method.getTransformation("012012012", null); in testGetTransformationMismatchCharCount()
DTransformationMethodTest.java73 when(mMethod.getTransformation(any(), any())).then(returnsFirstArg()); in setup()
98 when(mMethod.getTransformation(any(), any())).then(returnsFirstArg()); in testGetTransformation()
101 verify(mMethod, atLeastOnce()).getTransformation(any(), any()); in testGetTransformation()
DSingleLineTransformationMethodTest.java71 CharSequence result = method.getTransformation("hello\nworld\r", null); in testGetTransformation()
88 final CharSequence transformed = method.getTransformation(original, null); in testSubsequence_doesNotThrowExceptionWithParagraphSpans()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCBCPKS7PaddingCipherTestBase.java22 protected String getTransformation() { in getTransformation() method in AESCBCPKCS7PaddingCipherTestBase
DAESCBCNoPaddingCipherTestBase.java22 protected String getTransformation() { in getTransformation() method in AESCBCNoPaddingCipherTestBase
DAESECBPKCS7PaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESECBPKCS7PaddingCipherTestBase
DAESGCMNoPaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESGCMNoPaddingCipherTestBase
DAESECBNoPaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESECBNoPaddingCipherTestBase
DAESCTRNoPaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESCTRNoPaddingCipherTestBase
DDESedeECBPKCS7PaddingCipherTest.java10 protected String getTransformation() { in getTransformation() method in DESedeECBPKCS7PaddingCipherTest
DDESedeECBNoPaddingCipherTest.java10 protected String getTransformation() { in getTransformation() method in DESedeECBNoPaddingCipherTest
DDESedeCBCNoPaddingCipherTest.java14 protected String getTransformation() { in getTransformation() method in DESedeCBCNoPaddingCipherTest
DDESedeCBCPKCS7PaddingCipherTest.java14 protected String getTransformation() { in getTransformation() method in DESedeCBCPKCS7PaddingCipherTest

12