Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
DAnimatorInflaterCompat.java210 TypedValue tvTo = styledAttributes.peekValue(valueToId); in getPVH() local
211 boolean hasTo = (tvTo != null); in getPVH()
212 int toType = hasTo ? tvTo.type : 0; in getPVH()
658 TypedValue tvTo = styledAttributes.peekValue(valueToId); in inferValueTypeFromValues() local
659 boolean hasTo = (tvTo != null); in inferValueTypeFromValues()
660 int toType = hasTo ? tvTo.type : 0; in inferValueTypeFromValues()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java278 TypedValue tvTo = styledAttributes.peekValue(valueToId); in getPVH() local
279 boolean hasTo = (tvTo != null); in getPVH()
280 int toType = hasTo ? tvTo.type : 0; in getPVH()
801 TypedValue tvTo = styledAttributes.peekValue(valueToId); in inferValueTypeFromValues() local
802 boolean hasTo = (tvTo != null); in inferValueTypeFromValues()
803 int toType = hasTo ? tvTo.type : 0; in inferValueTypeFromValues()