Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java827 private VGroup_Delegate(VGroup_Delegate copy, ArrayMap<String, Object> targetsMap) { in VGroup_Delegate() argument
838 targetsMap.put(mGroupName, this); in VGroup_Delegate()
849 mChildren.add(new VGroup_Delegate(copyGroup, targetsMap)); in VGroup_Delegate()
861 targetsMap.put(newPath.mPathName, newPath); in VGroup_Delegate()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1306 public VGroup(VGroup copy, ArrayMap<String, Object> targetsMap) { in VGroup() argument
1318 targetsMap.put(mGroupName, this); in VGroup()
1328 mChildren.add(new VGroup(copyGroup, targetsMap)); in VGroup()
1340 targetsMap.put(newPath.mPathName, newPath); in VGroup()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1190 public VGroup(VGroup copy, ArrayMap<String, Object> targetsMap) { in VGroup() argument
1197 targetsMap.put(mGroupName, this); in VGroup()
1206 addChild(new VGroup(copyGroup, targetsMap)); in VGroup()
1218 targetsMap.put(newPath.mPathName, newPath); in VGroup()