Searched refs:getMinimumVisibleChange (Results 1 – 14 of 14) sorted by relevance
218 assertEquals(lowThreshold, animLowThreshold.getMinimumVisibleChange(), 0f); in testVelocityThreshold()219 assertEquals(highThreshold, animHighThreshold.getMinimumVisibleChange(), 0f); in testVelocityThreshold()
591 assertEquals(DynamicAnimation.MIN_VISIBLE_CHANGE_PIXELS, anim.getMinimumVisibleChange(), in testScaleMinChange()
7 method public float getMinimumVisibleChange();
538 public float getMinimumVisibleChange() { in getMinimumVisibleChange() method in DynamicAnimation