Searched refs:mGroupName (Results 1 – 3 of 3) sorted by relevance
863 private String mGroupName = null; field in VectorDrawable_Delegate.VGroup_Delegate873 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()
1307 private String mGroupName = null; field in VectorDrawable.VGroup1317 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()
21856 Landroid/graphics/drawable/VectorDrawable$VGroup;->mGroupName:Ljava/lang/String;