Home
last modified time | relevance | path

Searched refs:sPropertyIndexMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1174 private static final Map<String, Integer> sPropertyIndexMap = Map.of( field in VectorDrawable.VGroup
1184 if (sPropertyIndexMap.containsKey(propertyName)) { in getPropertyIndex()
1185 return sPropertyIndexMap.get(propertyName); in getPropertyIndex()
1758 private static final Map<String, Integer> sPropertyIndexMap = Map.of( field in VectorDrawable.VFullPath
1919 if (!sPropertyIndexMap.containsKey(propertyName)) { in getPropertyIndex()
1922 return sPropertyIndexMap.get(propertyName); in getPropertyIndex()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17544 Landroid/graphics/drawable/VectorDrawable$VFullPath;->sPropertyIndexMap:Ljava/util/HashMap;
17605 Landroid/graphics/drawable/VectorDrawable$VGroup;->sPropertyIndexMap:Ljava/util/HashMap;