/cts/tests/tests/view/src/android/view/animation/cts/ |
D | GridLayoutAnimationControllerTest.java | 134 child1.getTransformation(startTime + 500, transformation1); in assertChildrenDelay() 135 child2.getTransformation(startTime + 500, transformation2); in assertChildrenDelay() 136 child3.getTransformation(startTime + 500, transformation3); in assertChildrenDelay() 142 child1.getTransformation(startTime + 1200, transformation1); in assertChildrenDelay() 143 child2.getTransformation(startTime + 1200, transformation2); in assertChildrenDelay() 144 child3.getTransformation(startTime + 1200, transformation3); in assertChildrenDelay() 150 child1.getTransformation(startTime + 2000, transformation1); in assertChildrenDelay() 151 child2.getTransformation(startTime + 2000, transformation2); in assertChildrenDelay() 152 child3.getTransformation(startTime + 2000, transformation3); in assertChildrenDelay() 158 child1.getTransformation(startTime + 2700, transformation1); in assertChildrenDelay() [all …]
|
D | LayoutAnimationControllerTest.java | 97 childAnimation1.getTransformation(startTime + 500, transformation1); in testAccessOrder() 98 childAnimation2.getTransformation(startTime + 500, transformation2); in testAccessOrder() 99 childAnimation3.getTransformation(startTime + 500, transformation3); in testAccessOrder() 105 childAnimation1.getTransformation(startTime + 1000, transformation1); in testAccessOrder() 106 childAnimation2.getTransformation(startTime + 1000, transformation2); in testAccessOrder() 107 childAnimation3.getTransformation(startTime + 1000, transformation3); in testAccessOrder() 113 childAnimation1.getTransformation(startTime + 1500, transformation1); in testAccessOrder() 114 childAnimation2.getTransformation(startTime + 1500, transformation2); in testAccessOrder() 115 childAnimation3.getTransformation(startTime + 1500, transformation3); in testAccessOrder() 138 childAnimation1.getTransformation(startTime + 500, transformation1); in testAccessOrder() [all …]
|
D | DecelerateInterpolatorTest.java | 90 anim.getTransformation(startTime, transformation); in testDecelerateInterpolator() 94 anim.getTransformation(startTime + 500, transformation); in testDecelerateInterpolator() 97 anim.getTransformation(startTime + 1000, transformation); in testDecelerateInterpolator() 100 anim.getTransformation(startTime + 1500, transformation); in testDecelerateInterpolator() 103 anim.getTransformation(startTime + DECELERATE_ALPHA_DURATION, transformation); in testDecelerateInterpolator() 124 anim.getTransformation(startTime, transformation); in testDecelerateInterpolator() 128 anim.getTransformation(startTime + 500, transformation); in testDecelerateInterpolator() 131 anim.getTransformation(startTime + 1000, transformation); in testDecelerateInterpolator() 134 anim.getTransformation(startTime + 1500, transformation); in testDecelerateInterpolator() 137 anim.getTransformation(startTime + DECELERATE_ALPHA_DURATION, transformation); in testDecelerateInterpolator()
|
D | AccelerateInterpolatorTest.java | 87 anim.getTransformation(startTime, transformation); in testAccelerateInterpolator() 91 anim.getTransformation(startTime + 250, transformation); in testAccelerateInterpolator() 94 anim.getTransformation(startTime + 500, transformation); in testAccelerateInterpolator() 97 anim.getTransformation(startTime + 750, transformation); in testAccelerateInterpolator() 100 anim.getTransformation(startTime + ACCELERATE_ALPHA_DURATION, transformation); in testAccelerateInterpolator() 121 anim.getTransformation(startTime, transformation); in testAccelerateInterpolator() 125 anim.getTransformation(startTime + 250, transformation); in testAccelerateInterpolator() 128 anim.getTransformation(startTime + 500, transformation); in testAccelerateInterpolator() 131 anim.getTransformation(startTime + 750, transformation); in testAccelerateInterpolator() 134 anim.getTransformation(startTime + ACCELERATE_ALPHA_DURATION, transformation); in testAccelerateInterpolator()
|
D | CycleInterpolatorTest.java | 80 anim.getTransformation(startTime, transformation); in testCycyleInterpolator() 84 anim.getTransformation(startTime + 500, transformation); in testCycyleInterpolator() 88 anim.getTransformation(startTime + 1000, transformation); in testCycyleInterpolator() 91 anim.getTransformation(startTime + 1500, transformation); in testCycyleInterpolator() 95 anim.getTransformation(startTime + CYCLE_ALPHA_DURATION, transformation); in testCycyleInterpolator() 119 anim.getTransformation(startTime, transformation); in testCycyleInterpolator() 123 anim.getTransformation(startTime + 250, transformation); in testCycyleInterpolator() 127 anim.getTransformation(startTime + 500, transformation); in testCycyleInterpolator() 130 anim.getTransformation(startTime + 750, transformation); in testCycyleInterpolator() 134 anim.getTransformation(startTime + 1000, transformation); in testCycyleInterpolator() [all …]
|
D | AnimationTest.java | 127 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() 133 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill() 146 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() 151 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill() 164 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() 169 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill() 231 anim.getTransformation(startTime, transformation); in testRepeatAnimation() 235 anim.getTransformation(startTime + 1000, transformation); in testRepeatAnimation() 238 anim.getTransformation(startTime + 2000, transformation); in testRepeatAnimation() 253 anim.getTransformation(startTime + 3000, transformation); in testRepeatAnimation() [all …]
|
D | LinearInterpolatorTest.java | 85 anim.getTransformation(startTime, transformation); in testLinearInterpolator() 89 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP, transformation); in testLinearInterpolator() 92 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 2, transformation); in testLinearInterpolator() 95 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 3, transformation); in testLinearInterpolator() 98 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 4, transformation); in testLinearInterpolator() 101 anim.getTransformation(startTime + LINEAR_ALPHA_DURATION, transformation); in testLinearInterpolator()
|
D | AccelerateDecelerateInterpolatorTest.java | 81 anim.getTransformation(startTime, transformation); in testAccelerateDecelerateInterpolator() 85 anim.getTransformation(startTime + 500, transformation); in testAccelerateDecelerateInterpolator() 88 anim.getTransformation(startTime + 1000, transformation); in testAccelerateDecelerateInterpolator() 91 anim.getTransformation(startTime + 1500, transformation); in testAccelerateDecelerateInterpolator() 94 anim.getTransformation(startTime + ALPHA_DURATION, transformation); in testAccelerateDecelerateInterpolator()
|
D | RotateAnimationTest.java | 101 rotateAnimation.getTransformation(startTime, transformation); in testRotateAgainstOrigin() 109 rotateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testRotateAgainstOrigin() 117 rotateAnimation.getTransformation(startTime + DURATION, transformation); in testRotateAgainstOrigin() 157 rotateAnimation.getTransformation(startTime, transformation); in testRotateAgainstPoint() 165 rotateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testRotateAgainstPoint() 173 rotateAnimation.getTransformation(startTime + DURATION, transformation); in testRotateAgainstPoint()
|
D | TranslateAnimationTest.java | 102 translateAnimation.getTransformation(startTime, transformation); in testApplyTransformation() 108 translateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testApplyTransformation() 114 translateAnimation.getTransformation(startTime + DURATION, transformation); in testApplyTransformation() 169 translateAnimation.getTransformation(startTime, transformation); in testInitialize() 175 translateAnimation.getTransformation(startTime + DURATION / 2, transformation); in testInitialize() 183 translateAnimation.getTransformation(startTime + DURATION, transformation); in testInitialize()
|
D | AnimationSetTest.java | 306 assertEquals(result, animationSet.getTransformation(currentTime, transformation)); in assertGetTransformation() 310 children.get(i).getTransformation(currentTime, tempTransformation); in assertGetTransformation() 383 children.get(i).getTransformation(startTime, expectedTransformation); in testClone() 384 cloneChildren.get(i).getTransformation(startTime, transformation); in testClone() 387 children.get(i).getTransformation(startTime + ANIMATIONSET_DURATION / 2, in testClone() 389 cloneChildren.get(i).getTransformation(startTime + ANIMATIONSET_DURATION /2, in testClone() 393 children.get(i).getTransformation(startTime + ANIMATIONSET_DURATION, in testClone() 395 cloneChildren.get(i).getTransformation(startTime + ANIMATIONSET_DURATION, in testClone()
|
D | ScaleAnimationTest.java | 119 scaleAnimation.getTransformation(startTime, transformation); 127 scaleAnimation.getTransformation(startTime + (DURATION / 2), transformation); 133 scaleAnimation.getTransformation(startTime + DURATION, transformation);
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | ReplacementTransformationMethodTest.java | 52 CharSequence result = method.getTransformation("010101", null); in testGetTransformation() 65 method.getTransformation(null, null); in testGetTransformationWithAbnormalCharSequence() 71 assertEquals("", method.getTransformation("", null).toString()); in testGetTransformationWithAbnormalCharSequence() 78 assertEquals("333333", method.getTransformation("010101", null).toString()); in testGetTransformationWithAbmornalReplacement() 86 assertEquals("343434", method.getTransformation("010101", null).toString()); in testGetTransformationWithAbmornalReplacement() 97 assertEquals("414141", method.getTransformation("010101", null).toString()); in testGetTransformationWithAbmornalOriginal() 106 method.getTransformation("012012012", null); in testGetTransformationWithAbmornalOriginal()
|
D | PasswordTransformationMethodTest.java | 158 mTransformedText = mMethod.getTransformation(mEditText.getText(), mEditText); in testTextChangedCallBacks() 206 method.getTransformation(TEST_CONTENT, null).toString()); in testGetTransformation() 208 CharSequence transformed = method.getTransformation(null, mEditText); in testGetTransformation()
|
D | SingleLineTransformationMethodTest.java | 54 CharSequence result = method.getTransformation("hello\nworld\r", null); in testGetTransformation()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
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 | AESCTRNoPaddingCipherTestBase.java | 21 protected String getTransformation() { in getTransformation() method in AESCTRNoPaddingCipherTestBase
|
D | AESECBNoPaddingCipherTestBase.java | 21 protected String getTransformation() { in getTransformation() method in AESECBNoPaddingCipherTestBase
|
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 | BlockCipherTestBase.java | 80 protected abstract String getTransformation(); in getTransformation() method in BlockCipherTestBase 122 assertEquals(getTransformation(), mCipher.getAlgorithm()); in testGetAlgorithm() 1254 mCipher = Cipher.getInstance(getTransformation(), EXPECTED_PROVIDER_NAME); in createCipher() 1258 String transformation = getTransformation(); in getKeyAlgorithm() 1267 String transformation = getTransformation(); in getBlockMode() 1280 String transformation = getTransformation(); in getPadding() 1317 return !getTransformation().toLowerCase(Locale.US).endsWith("/nopadding"); in isPaddingEnabled()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 1062 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation() method in ViewGroupTest.MockAnimation 1063 super.getTransformation(currentTime, outTransformation); in getTransformation()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 2977 mTransformedText = method.getTransformation(mTextView.getText(), mTextView); in testAccessTransformationMethod() 4649 tv.getTransformationMethod().getTransformation(testString, tv).toString()); in testAllCapsLocalization()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 78770 public abstract java.lang.CharSequence getTransformation( 78795 public java.lang.CharSequence getTransformation( 79145 public java.lang.CharSequence getTransformation( 90033 public boolean getTransformation( 90225 public boolean getTransformation( 90604 public boolean getTransformation(
|