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.java323 PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiFloat("position", path); in testOfMultiFloat_Path() local
324 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Path()
380 final PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiFloat("position", data); in testOfMultiFloat_Array() local
382 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Array()
418 final PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiInt("position", path); in testOfMultiInt_Path() local
419 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Path()
475 final PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiInt("position", data); in testOfMultiInt_Array() local
476 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Array()
630 PropertyValuesHolder pvh = PropertyValuesHolder.ofObject("", null, 0f, 1f); in testSetConverter() local
633 pvh.setConverter(new TypeConverter<Float, PointF>(Float.class, PointF.class) { in testSetConverter()
[all …]