Home
last modified time | relevance | path

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

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