Home
last modified time | relevance | path

Searched refs:evaluator (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java201 IntArrayEvaluator evaluator = new IntArrayEvaluator(new int[numParameters]); in ofMultiInt() local
202 return new MultiIntValuesHolder(propertyName, null, evaluator, (Object[]) values); in ofMultiInt()
241 TypeConverter<V, int[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiInt() argument
242 return new MultiIntValuesHolder(propertyName, converter, evaluator, values); in ofMultiInt()
263 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiInt() argument
265 return new MultiIntValuesHolder(propertyName, converter, evaluator, keyframeSet); in ofMultiInt()
320 FloatArrayEvaluator evaluator = new FloatArrayEvaluator(new float[numParameters]); in ofMultiFloat() local
321 return new MultiFloatValuesHolder(propertyName, null, evaluator, (Object[]) values); in ofMultiFloat()
359 TypeConverter<V, float[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiFloat() argument
360 return new MultiFloatValuesHolder(propertyName, converter, evaluator, values); in ofMultiFloat()
[all …]
DObjectAnimator.java380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() argument
382 evaluator, values); in ofMultiInt()
581 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat() argument
583 evaluator, values); in ofMultiFloat()
611 TypeEvaluator evaluator, Object... values) { in ofObject() argument
614 anim.setEvaluator(evaluator); in ofObject()
667 TypeEvaluator<V> evaluator, V... values) { in ofObject() argument
670 anim.setEvaluator(evaluator); in ofObject()
702 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject() argument
703 PropertyValuesHolder pvh = PropertyValuesHolder.ofObject(property, converter, evaluator, in ofObject()
DAnimatorInflater.java305 TypeEvaluator evaluator = new PathDataEvaluator(); in getPVH() local
311 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator, in getPVH()
314 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator, in getPVH()
318 TypeEvaluator evaluator = new PathDataEvaluator(); in getPVH() local
319 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator, in getPVH()
324 TypeEvaluator evaluator = null; in getPVH() local
328 evaluator = ArgbEvaluator.getInstance(); in getPVH()
394 if (returnValue != null && evaluator != null) { in getPVH()
395 returnValue.setEvaluator(evaluator); in getPVH()
456 TypeEvaluator evaluator = null; in setupAnimatorForPath() local
[all …]
DKeyframes.java35 void setEvaluator(TypeEvaluator evaluator); in setEvaluator() argument
DPathKeyframes.java125 public void setEvaluator(TypeEvaluator evaluator) { in setEvaluator() argument
213 public void setEvaluator(TypeEvaluator evaluator) {
DKeyframeSet.java171 public void setEvaluator(TypeEvaluator evaluator) { in setEvaluator() argument
172 mEvaluator = evaluator; in setEvaluator()
DValueAnimator.java371 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) { in ofObject() argument
374 anim.setEvaluator(evaluator); in ofObject()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiQualifiedNetworkSelectorTest.java2116 WifiQualifiedNetworkSelector.ExternalScoreEvaluator evaluator = in externalScoreEvaluator_untrustedIsBest() local
2120 evaluator.evalUntrustedCandidate(untrustedScore, untrustedScanResult); in externalScoreEvaluator_untrustedIsBest()
2125 evaluator.evalSavedCandidate(savedScore, savedConfig, savedScanResult); in externalScoreEvaluator_untrustedIsBest()
2127 .BestCandidateType.UNTRUSTED_NETWORK, evaluator.getBestCandidateType()); in externalScoreEvaluator_untrustedIsBest()
2128 assertEquals(untrustedScore, evaluator.getHighScore()); in externalScoreEvaluator_untrustedIsBest()
2129 assertSame(untrustedScanResult, evaluator.getScanResultCandidate()); in externalScoreEvaluator_untrustedIsBest()
2143 WifiQualifiedNetworkSelector.ExternalScoreEvaluator evaluator = in externalScoreEvaluator_savedIsBest() local
2147 evaluator.evalUntrustedCandidate(untrustedScore, untrustedScanResult); in externalScoreEvaluator_savedIsBest()
2152 evaluator.evalSavedCandidate(savedScore, savedConfig, savedScanResult); in externalScoreEvaluator_savedIsBest()
2154 .BestCandidateType.SAVED_NETWORK, evaluator.getBestCandidateType()); in externalScoreEvaluator_savedIsBest()
[all …]
/frameworks/base/core/java/android/transition/
DChangeClipBounds.java101 RectEvaluator evaluator = new RectEvaluator(new Rect()); in createAnimator() local
102 return ObjectAnimator.ofObject(endValues.view, "clipBounds", evaluator, start, end); in createAnimator()
/frameworks/base/core/java/com/android/internal/transition/
DEpicenterTranslateClipReveal.java214 final StateEvaluator evaluator = new StateEvaluator(); in createRectAnimator() local
222 final ObjectAnimator animX = ObjectAnimator.ofObject(view, propX, evaluator, startX, endX); in createRectAnimator()
228 final ObjectAnimator animY = ObjectAnimator.ofObject(view, propY, evaluator, startY, endY); in createRectAnimator()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp308 RpnEvaluator evaluator(*m_pModule, m_LDBackend); in mergeSections() local
321 evaluator.eval((*out)->prolog().subAlign(), in_align); in mergeSections()
332 evaluator.eval((*out)->prolog().align(), out_align); in mergeSections()
741 RpnEvaluator evaluator(*m_pModule, m_LDBackend); in finalizeSymbolValue() local
754 scriptSymsFinalized &= assignment.assign(evaluator); in finalizeSymbolValue()
766 evaluator.eval((*assert).getRpnExpr(), res); in finalizeSymbolValue()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java759 final MagnificationSpecEvaluator evaluator = new MagnificationSpecEvaluator(); in SpecAnimationBridge() local
762 mTransformationAnimator = ObjectAnimator.ofObject(this, property, evaluator, in SpecAnimationBridge()
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd21 <li><a href="#type-evaluator">Using a TypeEvaluator</a></li>
269 <td>The default evaluator to calculate values for <code>int</code> properties.</td>
275 <td>The default evaluator to calculate values for <code>float</code> properties.</td>
281 <td>The default evaluator to calculate values for color properties that are represented
288 <td>An interface that allows you to create your own evaluator. If you are animating an
294 See the section about <a href="#type-evaluator">Using a TypeEvaluator</a> for more
295 information on how to write a custom evaluator.</td>
663 <h2 id="type-evaluator">Using a TypeEvaluator</h2>
666 evaluator by implementing the {@link android.animation.TypeEvaluator} interface. The types that
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2107 RpnEvaluator evaluator(pModule, *this); in setOutputSectionAddress() local
2131 (*it).assign(evaluator); in setOutputSectionAddress()
2150 evaluator.eval((*out)->prolog().vma(), vma); in setOutputSectionAddress()
2268 (*it).second.assign(evaluator); in setOutputSectionAddress()