Home
last modified time | relevance | path

Searched refs:setPathData (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_PathParser.cpp90 static void setPathData(JNIEnv*, jobject, jlong outPathDataPtr, jlong fromPathDataPtr) { in setPathData() function
113 {"nSetPathData", "(JJ)V", (void*)setPathData},
Dandroid_graphics_drawable_VectorDrawable.cpp271 static void setPathData(JNIEnv*, jobject, jlong pathPtr, jlong pathDataPtr) { in setPathData() function
402 {"nSetPathData", "(JJ)V", (void*)setPathData},
/frameworks/base/core/java/android/util/
DPathParser.java92 public void setPathData(PathData source) { in setPathData() method in PathParser.PathData
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java315 path.setPathData(PathParser_Delegate.createNodesFromPathData(pathString)); in nSetPathString()
412 path.setPathData(PathParser_Delegate.getDelegate(pathDataPtr).getPathDataNodes()); in nSetPathData()
1029 private void setPathData(PathParser_Delegate.PathDataNode[] nodes) { in setPathData() method in VectorDrawable_Delegate.VPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1594 object.setPathData(data);
1633 public void setPathData(PathParser.PathData pathData) { in setPathData() method in VectorDrawable.VPath
1634 mPathData.setPathData(pathData); in setPathData()
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCompat.java1575 public void setPathData(PathParser.PathDataNode[] nodes) { in setPathData() method in VectorDrawableCompat.VPath
/frameworks/base/config/
Dboot-image-profile.txt2190 HPLandroid/graphics/drawable/VectorDrawable$VPath;->setPathData(Landroid/util/PathParser$PathData;)V
6306 HPLandroid/util/PathParser$PathData;->setPathData(Landroid/util/PathParser$PathData;)V