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

/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DAnimatorInflaterCompat.java216 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
296 } else if (isColorType(fromType)) {
304 } else if (isColorType(toType)) {
317 } else if (isColorType(toType)) {
644 if (hasValue && isColorType(keyframeValue.type)) {
664 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
832 if (hasValue && isColorType(keyframeValue.type)) {
916 private static boolean isColorType(in method in class:AnimatorInflaterCompat
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java284 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
364 } else if (isColorType(fromType)) {
372 } else if (isColorType(toType)) {
385 } else if (isColorType(toType)) {
607 } else if (isColorType(fromType)) {
615 } else if (isColorType(toType)) {
628 } else if (isColorType(toType)) {
787 if (hasValue && isColorType(keyframeValue.type)) {
807 if ((hasFrom && isColorType(fromTyp
1079 private static boolean isColorType(int type) { method in class:AnimatorInflater
[all...]

Completed in 66 milliseconds