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.java324 PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiFloat("position", path); in testOfMultiFloat_Path() local
325 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Path()
381 final PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiFloat("position", data); in testOfMultiFloat_Array() local
383 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Array()
419 final PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiInt("position", path); in testOfMultiInt_Path() local
420 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Path()
476 final PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiInt("position", data); in testOfMultiInt_Array() local
477 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Array()
631 PropertyValuesHolder pvh = PropertyValuesHolder.ofObject("", null, 0f, 1f); in testSetConverter() local
634 pvh.setConverter(new TypeConverter<Float, PointF>(Float.class, PointF.class) { in testSetConverter()
[all …]