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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java668 if (path.getPathName() != null) {
669 pathRenderer.mVGTargetsMap.put(path.getPathName(), path);
677 if (path.getPathName() != null) {
678 pathRenderer.mVGTargetsMap.put(path.getPathName(), path);
1432 public String getPathName() { method in class:VectorDrawable.VPath
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp901 createZipSourceNameLocked(ZipSet::getPathName(ap.path.string()), String8(""),
1053 pAsset->setAssetSource(createZipSourceNameLocked(ZipSet::getPathName(ap.path.string()),
1524 zipName = ZipSet::getPathName(ap.path.string());
2084 /*static*/ String8 AssetManager::ZipSet::getPathName(const char* zipPath) function in class:AssetManager::ZipSet
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java553 if (path.getPathName() != null) {
554 pathRenderer.mVGTargetsMap.put(path.getPathName(), path);
562 if (path.getPathName() != null) {
563 pathRenderer.mVGTargetsMap.put(path.getPathName(), path);
1178 public String getPathName() { method in class:VectorDrawableCompat.VPath

Completed in 218 milliseconds