Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java338 PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiFloat("position", path); in testOfMultiFloat_Path() local
339 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Path()
395 final PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiFloat("position", data); in testOfMultiFloat_Array() local
397 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Array()
433 final PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiInt("position", path); in testOfMultiInt_Path() local
434 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Path()
490 final PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiInt("position", data); in testOfMultiInt_Array() local
491 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Array()
645 PropertyValuesHolder pvh = PropertyValuesHolder.ofObject("", null, 0f, 1f); in testSetConverter() local
648 pvh.setConverter(new TypeConverter<Float, PointF>(Float.class, PointF.class) { in testSetConverter()
[all …]