HomeSort by relevance Sort by last modified time
    Searched refs:canMorph (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 281 if (!PathParser.canMorph(startPathData, endPathData)) {
286 if (mNodeArray == null || !PathParser.canMorph(mNodeArray, startPathData)) {
383 if (!PathParser.canMorph(nodesFrom, nodesTo)) {
  /frameworks/base/core/java/android/util/
PathParser.java 96 public static boolean canMorph(PathDataNode[] nodesFrom, PathDataNode[] nodesTo) {
116 * Before calling this, make sure canMorph(target, source) is true.
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]

Completed in 66 milliseconds