Searched refs:isColorType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java312 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
392 } else if (isColorType(fromType)) {
400 } else if (isColorType(toType)) {
413 } else if (isColorType(toType)) {
629 } else if (isColorType(fromType)) {
637 } else if (isColorType(toType)) {
650 } else if (isColorType(toType)) {
809 if (hasValue && isColorType(keyframeValue.type)) {
829 if ((hasFrom && isColorType(fromTyp
1101 private static boolean isColorType(int type) { method in class:AnimatorInflater
[all...]

Completed in 53 milliseconds