Searched refs:evaluate (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/animation/src/android/animation/cts/ |
D | EvaluatorTest.java | 53 float result = floatEvaluator.evaluate(0, start, end); in testFloatEvaluator() 56 result = floatEvaluator.evaluate(fraction, start, end); in testFloatEvaluator() 59 result = floatEvaluator.evaluate(1, start, end); in testFloatEvaluator() 78 float[] result = evaluator.evaluate(0, start, end); in floatArrayEvaluatorTestImpl() 82 result = evaluator.evaluate(fraction, start, end); in floatArrayEvaluatorTestImpl() 86 result = evaluator.evaluate(1, start, end); in floatArrayEvaluatorTestImpl() 110 int result = (Integer) evaluator.evaluate(0, START, END); in testArgbEvaluator() 120 result = (Integer) evaluator.evaluate(.5f, START, END); in testArgbEvaluator() 138 result = (Integer) evaluator.evaluate(1, START, END); in testArgbEvaluator() 156 int result = intEvaluator.evaluate(0, start, end); in testIntEvaluator() [all …]
|
D | ValueAnimatorTest.java | 415 public PointF evaluate(float fraction, PointF startValue, PointF endValue) { in testSetObjectValues()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | RetryRuleTest.java | 50 public void evaluate() throws Throwable { in evaluate() method in RetryRuleTest.RetryableStatement 67 .evaluate(); in testPassOnRetryableException() 75 mDescription).evaluate(); in testFailOnRetryableException() 87 .evaluate(); in testPassOnStaleObjectException() 95 mDescription).evaluate(); in testFailOnStaleObjectException()
|
D | RequiredFeatureRule.java | 46 public void evaluate() throws Throwable { in apply() 53 base.evaluate(); in apply()
|
D | RetryRule.java | 48 public void evaluate() throws Throwable { in apply() 52 base.evaluate(); in apply()
|
/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/ |
D | FlakyTestRule.java | 38 public void evaluate() throws Throwable { in apply() 42 statement.evaluate(); in apply()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | Util.java | 26 return mean.evaluate(data); in mean() 34 return std.evaluate(data); in std() 43 return median.evaluate(); in median()
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/ |
D | SplitAppTest.java | 289 public void evaluate() throws Throwable { in apply() 291 base.evaluate(); in apply()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyTest.java | 560 public void evaluate() throws Throwable { in evaluate() method in PixelCopyTest.SurfaceTextureRule.CreateSurfaceTextureStatement 562 mBase.evaluate(); in evaluate()
|