Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1052 if (newPath.mPathName != null) { in VGroup()
1053 targetsMap.put(newPath.mPathName, newPath); in VGroup()
1293 String mPathName; field in VectorDrawable.VPath
1301 mPathName = copy.mPathName; in VPath()
1307 return mPathName; in getPathName()
1386 mPathName = pathName; in updateStateFromTypedArray()
1387 nSetName(mNativePtr, mPathName); in updateStateFromTypedArray()
1550 mPathName = pathName; in updateStateFromTypedArray()
1551 nSetName(mNativePtr, mPathName); in updateStateFromTypedArray()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1176 if (newPath.mPathName != null) { in VGroup()
1177 targetsMap.put(newPath.mPathName, newPath); in VGroup()
1345 String mPathName; field in VectorDrawableCompat.VPath
1357 Log.v(LOGTAG, indent + "current path is :" + mPathName + in printVPath()
1375 mPathName = copy.mPathName; in VPath()
1388 return mPathName; in getPathName()
1450 mPathName = pathName; in updateStateFromTypedArray()
1571 mPathName = pathName; in updateStateFromTypedArray()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java860 if (newPath.mPathName != null) { in VGroup_Delegate()
861 targetsMap.put(newPath.mPathName, newPath); in VGroup_Delegate()
966 String mPathName; field in VectorDrawable_Delegate.VPath_Delegate
974 mPathName = copy.mPathName; in VPath_Delegate()
989 mPathName = name; in setName()