Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java708 Class typeVariants[]; in getPropertyFunction() local
710 typeVariants = FLOAT_VARIANTS; in getPropertyFunction()
712 typeVariants = INTEGER_VARIANTS; in getPropertyFunction()
714 typeVariants = DOUBLE_VARIANTS; in getPropertyFunction()
716 typeVariants = new Class[1]; in getPropertyFunction()
717 typeVariants[0] = valueType; in getPropertyFunction()
719 for (Class typeVariant : typeVariants) { in getPropertyFunction()