Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DGridLayoutAnimationControllerTest.java134 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 …]
DLayoutAnimationControllerTest.java97 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 …]
DDecelerateInterpolatorTest.java90 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()
DAccelerateInterpolatorTest.java87 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()
DCycleInterpolatorTest.java80 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 …]
DAnimationTest.java127 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 …]
DLinearInterpolatorTest.java85 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()
DAccelerateDecelerateInterpolatorTest.java81 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()
DRotateAnimationTest.java101 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()
DTranslateAnimationTest.java102 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()
DAnimationSetTest.java306 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()
DScaleAnimationTest.java119 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/
DReplacementTransformationMethodTest.java52 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()
DPasswordTransformationMethodTest.java158 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()
DSingleLineTransformationMethodTest.java54 CharSequence result = method.getTransformation("hello\nworld\r", null); in testGetTransformation()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCBCNoPaddingCipherTestBase.java22 protected String getTransformation() { in getTransformation() method in AESCBCNoPaddingCipherTestBase
DAESCBCPKS7PaddingCipherTestBase.java22 protected String getTransformation() { in getTransformation() method in AESCBCPKCS7PaddingCipherTestBase
DAESCTRNoPaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESCTRNoPaddingCipherTestBase
DAESECBNoPaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESECBNoPaddingCipherTestBase
DAESECBPKCS7PaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESECBPKCS7PaddingCipherTestBase
DAESGCMNoPaddingCipherTestBase.java21 protected String getTransformation() { in getTransformation() method in AESGCMNoPaddingCipherTestBase
DBlockCipherTestBase.java80 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/
DViewGroupTest.java1062 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/
DTextViewTest.java2977 mTransformedText = method.getTransformation(mTextView.getText(), mTextView); in testAccessTransformationMethod()
4649 tv.getTransformationMethod().getTransformation(testString, tv).toString()); in testAllCapsLocalization()
/cts/tools/dex-tools/dex/
Dclasses.out.dex78770 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(