Searched defs:mPathData (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h103 PathData mPathData; member in class:android::uirenderer::PathDataPropertyValuesHolder
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java259 private final PathParser.PathData mPathData = new PathParser.PathData(); field in class:AnimatorInflater.PathDataEvaluator
264 if (!PathParser.interpolatePathData(mPathData, startPathData, endPathData, fraction)) {
268 return mPathData;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1291 protected PathParser.PathData mPathData = null; field in class:VectorDrawable.VPath
1303 mPathData = copy.mPathData == null ? null : new PathParser.PathData(copy.mPathData);
1313 return mPathData;
1319 mPathData.setPathData(pathData);
1321 nSetPathData(getNativePtr(), mPathData.getNativePtr());
1392 mPathData = new PathParser.PathData(pathDataString);
1556 mPathData = new PathParser.PathData(pathString);

Completed in 897 milliseconds