Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DAnimatorInflater.java280 int toType = hasTo ? tvTo.type : 0; in getPVH() local
284 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) { in getPVH()
340 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
351 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
370 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
372 } else if (isColorType(toType)) { in getPVH()
383 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
385 } else if (isColorType(toType)) { in getPVH()
571 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) { in setupValues() argument
584 if (toType == TypedValue.TYPE_DIMENSION) { in setupValues()
[all …]