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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1346 if (newPath.mPathName != null) {
1347 targetsMap.put(newPath.mPathName, newPath);
1515 String mPathName; field in class:VectorDrawableCompat.VPath
1527 Log.v(LOGTAG, indent + "current path is :" + mPathName +
1545 mPathName = copy.mPathName;
1558 return mPathName;
1620 mPathName = pathName;
1742 mPathName = pathName;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1230 if (newPath.mPathName != null) {
1231 targetsMap.put(newPath.mPathName, newPath);
1495 String mPathName; field in class:VectorDrawable.VPath
1524 mPathName = copy.mPathName;
1530 return mPathName;
1614 mPathName = pathName;
1615 nSetName(mNativePtr, mPathName);
1918 mPathName = pathName;
1919 nSetName(mNativePtr, mPathName);
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java988 String mPathName; field in class:VectorDrawable_Delegate.VPath_Delegate
996 mPathName = copy.mPathName;
1011 mPathName = name;

Completed in 4495 milliseconds