Searched refs:mPathName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java860 if (newPath.mPathName != null) {
861 targetsMap.put(newPath.mPathName, newPath);
966 String mPathName; field in class:VectorDrawable_Delegate.VPath_Delegate
974 mPathName = copy.mPathName;
989 mPathName = name;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1248 if (newPath.mPathName != null) {
1249 targetsMap.put(newPath.mPathName, newPath);
1498 String mPathName; field in class:VectorDrawable.VPath
1527 mPathName = copy.mPathName;
1533 return mPathName;
1612 mPathName = pathName;
1613 nSetName(mNativePtr, mPathName);
1908 mPathName = pathName;
1909 nSetName(mNativePtr, mPathName);
[all...]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1371 if (newPath.mPathName != null) {
1372 targetsMap.put(newPath.mPathName, newPath);
1540 String mPathName; field in class:VectorDrawableCompat.VPath
1552 Log.v(LOGTAG, indent + "current path is :" + mPathName +
1570 mPathName = copy.mPathName;
1583 return mPathName;
1645 mPathName = pathName;
1766 mPathName = pathName;

Completed in 100 milliseconds