Searched defs:toType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java278 int toType = hasTo ? tvTo.type : 0;
288 (hasTo && (toType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
289 (toType <= TypedValue.TYPE_LAST_COLOR_INT))) {
294 setupValues(anim, arrayAnimator, getFloats, hasFrom, fromType, hasTo, toType);
427 * @param toType The type of "valueTo".
430 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
443 if (toType == TypedValue.TYPE_DIMENSION) {
453 if (toType == TypedValue.TYPE_DIMENSION) {
473 if (toType == TypedValue.TYPE_DIMENSION) {
475 } else if ((toType >
429 setupValues(ValueAnimator anim, TypedArray arrayAnimator, boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) argument
[all...]

Completed in 76 milliseconds