Searched refs:currentValue (Results 1 – 3 of 3) sorted by relevance
118 float currentValue = (Float) anim.getAnimatedValue(); in testSetCurrentPlayTime()121 assertRoughlyEqual(50, currentValue); in testSetCurrentPlayTime()126 currentValue = (Float) delayedAnim.getAnimatedValue(); in testSetCurrentPlayTime()129 assertRoughlyEqual(50, currentValue); in testSetCurrentPlayTime()137 float currentValue = (Float) anim.getAnimatedValue(); in testSetCurrentPlayTime() local140 assertRoughlyEqual(50, currentValue); in testSetCurrentPlayTime()144 currentValue = (Float) delayedAnim.getAnimatedValue(); in testSetCurrentPlayTime()147 assertRoughlyEqual(50, currentValue); in testSetCurrentPlayTime()157 float currentValue = (Float) delayedAnim.getAnimatedValue(); in testSetCurrentPlayTime()160 assertRoughlyEqual(50, currentValue); in testSetCurrentPlayTime()[all …]
405 String currentValue = mMetrics.get(metricEntry.getKey()); in checkMetrics() local406 if (keyCheckSet.contains(metricEntry.getKey()) && currentValue != null in checkMetrics()407 && !metricEntry.getValue().equals(currentValue)) { in checkMetrics()411 metricEntry.getKey(), currentValue, metricEntry.getValue()); in checkMetrics()414 metricEntry.getValue(), currentValue)); in checkMetrics()
38157 private java.lang.Object currentValue(