Searched defs:toType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java308 int toType = hasTo ? tvTo.type : 0;
312 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
368 if (toType == TypedValue.TYPE_DIMENSION) {
379 if (toType == TypedValue.TYPE_DIMENSION) {
398 if (toType == TypedValue.TYPE_DIMENSION) {
400 } else if (isColorType(toType)) {
411 if (toType == TypedValue.TYPE_DIMENSION) {
413 } else if (isColorType(toType)) {
590 * @param toType The type of "valueTo".
593 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
592 setupValues(ValueAnimator anim, TypedArray arrayAnimator, boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 141 milliseconds