Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java302 ViewColorProperty colorProperty=new ViewColorProperty(Integer.class,property); in testOfInt_Property() local
303 colorProperty.setObject(object); in testOfInt_Property()
304 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofInt(colorProperty, values); in testOfInt_Property()