Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java863 private String mGroupName = null; field in VectorDrawable_Delegate.VGroup_Delegate
873 mGroupName = copy.mGroupName; in VGroup_Delegate()
875 if (mGroupName != null) { in VGroup_Delegate()
876 targetsMap.put(mGroupName, this); in VGroup_Delegate()
975 mGroupName = name; in setName()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1307 private String mGroupName = null; field in VectorDrawable.VGroup
1317 mGroupName = copy.mGroupName; in VGroup()
1319 if (mGroupName != null) { in VGroup()
1320 targetsMap.put(mGroupName, this); in VGroup()
1361 return mGroupName; in getGroupName()
1423 mGroupName = groupName; in updateStateFromTypedArray()
1424 nSetName(mNativePtr, mGroupName); in updateStateFromTypedArray()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt21856 Landroid/graphics/drawable/VectorDrawable$VGroup;->mGroupName:Ljava/lang/String;