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

/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java282 if (!PathParser.canMorph(startPathData, endPathData)) {
287 if (mNodeArray == null || !PathParser.canMorph(mNodeArray, startPathData)) {
334 if (!PathParser.canMorph(nodesFrom, nodesTo)) {
493 if (!PathParser.canMorph(nodesFrom, nodesTo)) {
/frameworks/base/core/java/android/util/
H A DPathParser.java96 public static boolean canMorph(PathDataNode[] nodesFrom, PathDataNode[] nodesTo) { method in class:PathParser
116 * Before calling this, make sure canMorph(target, source) is true.
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DPathParser.java124 public static boolean canMorph(PathDataNode[] nodesFrom, PathDataNode[] nodesTo) { method in class:PathParser
144 * Before calling this, make sure canMorph(target, source) is true.
H A DVectorDrawableCompat.java1201 if (!PathParser.canMorph(mNodes, nodes)) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1455 if (!PathParser.canMorph(mNodes, nodes)) {

Completed in 30 milliseconds