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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java825 private String mGroupName = null; field in class:VectorDrawable_Delegate.VGroup_Delegate
835 mGroupName = copy.mGroupName;
837 if (mGroupName != null) {
838 targetsMap.put(mGroupName, this);
960 mGroupName = name;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1215 private String mGroupName = null; field in class:VectorDrawable.VGroup
1225 mGroupName = copy.mGroupName;
1227 if (mGroupName != null) {
1228 targetsMap.put(mGroupName, this);
1269 return mGroupName;
1331 mGroupName = groupName;
1332 nSetName(mNativePtr, mGroupName);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1336 private String mGroupName = null; field in class:VectorDrawableCompat.VGroup
1347 mGroupName = copy.mGroupName;
1349 if (mGroupName != null) {
1350 targetsMap.put(mGroupName, this);
1382 return mGroupName;
1426 mGroupName = groupName;

Completed in 94 milliseconds